1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef IRIVER_H10_5GB 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 #endif