Doom LCD update: * Speed up the C versions slightly (colour and greyscale). * Fix...
commitf73b81a802be7dfc9d707c82219924a23e6a9db0
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 6 Jan 2008 23:48:30 +0000 (6 23:48 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 6 Jan 2008 23:48:30 +0000 (6 23:48 +0000)
tree6477eb41c667c966d484191141818e2ed8374d08
parent9fd2b2ddc7239572458a159aeb7797928d0bef61
Doom LCD update: * Speed up the C versions slightly (colour and greyscale). * Fix the ASM version for H300 (caused line flicker, probably since buffered LCD writes were enabled). Slightly slower, but still ~8% faster than plain C. Removed the C version of this ASM because of the same problem (was only there for reference). * Added ASM optimised version for X5 (~8.5% faster).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16009 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/doom/i_video.c