vi_lpn2 469 Bytes
#!/bin/sh

chmod a+w tmp.rgb
chmod a+w tmp.cvg
uncompress -c ../../../../rdpsim/backend/test/Iosim/tri-small32.cvg.Z > tmp.cvg
uncompress -c ../../../../rdpsim/backend/test/Iosim/Nlpn2.rgb.Z > tmp.rgb
filter -i tmp.cvg -d 512 -x tmp.rdram

../../iosim -f ../test/vi_lpn2.tst 

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