ZXBox: Clean up display init. Saves ~1KB on colour targets, and 4KB (coldfire).....
commit0ef8bacd5044ac4191c2bf37d3a56753083da5d8
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 5 Apr 2009 12:13:58 +0000 (5 12:13 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 5 Apr 2009 12:13:58 +0000 (5 12:13 +0000)
tree4230d7fc9b60cc97b3061573b4782604a9377df3
parent8465553a20b79ae656d457ca864079e9670bc74a
ZXBox: Clean up display init. Saves ~1KB on colour targets, and 4KB (coldfire)... >6KB (SH1) for greyscale targets, due to no longer using floating point math. * Name the 2bpp display routines correctly.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20621 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/zxbox/SOURCES
apps/plugins/zxbox/zxvid_16bpp.c
apps/plugins/zxbox/zxvid_2bpp.c [moved from apps/plugins/zxbox/zxvid_4bpp.c with 83% similarity]
apps/plugins/zxbox/zxvid_grey.c