diff options
Diffstat (limited to 'apps/plugins/pacbox/SOURCES')
-rw-r--r-- | apps/plugins/pacbox/SOURCES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES new file mode 100644 index 0000000000..3d6145ddce --- /dev/null +++ b/apps/plugins/pacbox/SOURCES @@ -0,0 +1,9 @@ +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 |