Fix several 'variable set but not used' warnings reported by GCC 6.4.1.
[kugel-rb.git] / apps / plugins / pacbox / SOURCES
blobb2fe0a552376a09160a1f032170ffaeaed522199
1 arcade.c
2 pacbox.c
3 hardware.c
4 z80.c
5 wsg3.c
7 #if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
8 pacbox_arm.S
9 #elif (CONFIG_PLATFORM & PLATFORM_HOSTED) || !defined(IRIVER_H300_SERIES)
10 pacbox_lcd.c
11 #endif
13 #if defined(CPU_COLDFIRE)
14 /* contains cf-specific functions, AND pacbox_lcd.c replacement for h300 only */
15 pacbox_cf.S
16 #endif