rockbox/apps/plugins/pacbox/SOURCES
Rafaël Carré 6b85f18b64 pacbox_cf.S contains a h300-only function, AND a function for all CF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27889 a1c6a512-1295-4272-9138-f99709370657
2010-08-25 19:37:01 +00:00

16 lines
346 B
Text

arcade.c
pacbox.c
hardware.c
z80.c
wsg3.c
#if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
pacbox_arm.S
#elif (CONFIG_PLATFORM & PLATFORM_HOSTED) || !defined(IRIVER_H300_SERIES)
pacbox_lcd.c
#endif
#if defined(CPU_COLDFIRE)
/* contains cf-specific functions, AND pacbox_lcd.c replacement for h300 only */
pacbox_cf.S
#endif