1
0
Fork 0
forked from len0rd/rockbox

More patches from Fredrik Öhrn - joystick2.diff (add support using buttons on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-03-18 09:14:10 +00:00
parent d00d58896b
commit 03627e0539
7 changed files with 214 additions and 81 deletions

View file

@ -4,8 +4,9 @@ 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
#if defined(CPU_COLDFIRE)
pacbox_cf.S
#endif