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:
parent
789e01bd06
commit
b3358bd1a2
3 changed files with 166 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue