1
0
Fork 0
forked from len0rd/rockbox

Patch #4829 from Fredrik Öhrn - Coldfire assembler blit_display() function for H300 and move the palette data into IRAM. Each of these gives about a 1fps speed improvement.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9038 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-03-15 01:27:13 +00:00
parent 789e01bd06
commit b3358bd1a2
3 changed files with 166 additions and 5 deletions

View file

@ -4,6 +4,8 @@ hardware.c
z80.c
#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
pacbox_arm.S
#elif defined(IRIVER_H300_SERIES) && !defined(SIMULATOR)
pacbox_cf.S
#else
pacbox_lcd.c
#endif