rockbox/apps/plugins/pacbox/SOURCES
2006-03-18 09:14:10 +00:00

12 lines
191 B
Text

arcade.c
pacbox.c
hardware.c
z80.c
#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
pacbox_arm.S
#else
pacbox_lcd.c
#endif
#if defined(CPU_COLDFIRE)
pacbox_cf.S
#endif