vi_lan1
469 Bytes
#!/bin/sh
chmod a+w tmp.cvg
chmod a+w tmp.rgb
uncompress -c ../../../../rdpsim/backend/test/Iosim/tri-small16.cvg.Z > tmp.cvg
uncompress -c ../../../../rdpsim/backend/test/Iosim/Nlan1.rgb.Z > tmp.rgb
filter -i tmp.cvg -d 512 -x tmp.rdram
../../iosim -f ../test/vi_lan1.tst
../../../../rdpsim/backend/diffvideo -i tmp.tab -g tmp.rgb -n -h 0x00200044 -v 0x00050025 &&{
rm tmp.rdram tmp.rgb tmp.tab tmp.cvg
} || {
mv tmp.rgb000 tmp.$$.rgb
mv tmp.tab tmp.$$.tab
}