forked from len0rd/rockbox
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe23dc8f15
commit
473c1914aa
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ arcade.c
|
||||||
pacbox.c
|
pacbox.c
|
||||||
hardware.c
|
hardware.c
|
||||||
z80.c
|
z80.c
|
||||||
#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
|
#if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
|
||||||
pacbox_arm.S
|
pacbox_arm.S
|
||||||
#else
|
#else
|
||||||
pacbox_lcd.c
|
pacbox_lcd.c
|
||||||
|
|
|
@ -295,7 +295,7 @@ target/arm/pnx0101/system-pnx0101.c
|
||||||
#if defined(CPU_PP)
|
#if defined(CPU_PP)
|
||||||
#if CONFIG_CPU == PP5002
|
#if CONFIG_CPU == PP5002
|
||||||
target/arm/system-pp5002.c
|
target/arm/system-pp5002.c
|
||||||
#elif (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5024)
|
#elif defined CPU_PP502x
|
||||||
target/arm/system-pp502x.c
|
target/arm/system-pp502x.c
|
||||||
#endif
|
#endif
|
||||||
#ifdef BOOTLOADER
|
#ifdef BOOTLOADER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue