rockbox/apps/plugins/pacbox/SOURCES

17 lines
346 B
Text
Raw Normal View History

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