vi_h18 411 Bytes
#!/bin/sh

cp ../../../../rdpsim/backend/test/Iosim/test061.61_0h.cvg tmp.cvg
chmod a+w tmp.cvg
chmod a+w tmp.rgb
cp ../test/bcp_h18.rgb tmp.rgb
filter -i tmp.cvg -d 512 -x tmp.rdram

../../iosim -f ../test/vi_h18.tst 

../../../../rdpsim/backend/diffvideo -i tmp.tab -g tmp.rgb -n -h 0x00200160 -v 0x00050025 &&{
	rm tmp.rdram tmp.rgb tmp.tab tmp.cvg
} || {
	mv tmp.rgb000 tmp.$$.rgb
	mv tmp.tab tmp.$$.tab
}