summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pacbox/SOURCES
blob: b2fe0a552376a09160a1f032170ffaeaed522199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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