diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/debug_menu.c | 5 | ||||
-rw-r--r-- | apps/plugins/plugin.lds | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index b77a09a18c..cf1e8dceb6 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c | |||
@@ -1002,6 +1002,9 @@ static bool dbg_spdif(void) | |||
1002 | #elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD | 1002 | #elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD |
1003 | # define DEBUG_CANCEL BUTTON_REC | 1003 | # define DEBUG_CANCEL BUTTON_REC |
1004 | 1004 | ||
1005 | #elif (CONFIG_KEYPAD == IAUDIO_M3_PAD) | ||
1006 | # define DEBUG_CANCEL BUTTON_RC_REC | ||
1007 | |||
1005 | #elif (CONFIG_KEYPAD == IRIVER_H10_PAD) | 1008 | #elif (CONFIG_KEYPAD == IRIVER_H10_PAD) |
1006 | # define DEBUG_CANCEL BUTTON_REW | 1009 | # define DEBUG_CANCEL BUTTON_REW |
1007 | 1010 | ||
@@ -2050,7 +2053,7 @@ static bool dbg_save_roms(void) | |||
2050 | fd = creat("/internal_rom_000000-1FFFFF.bin"); | 2053 | fd = creat("/internal_rom_000000-1FFFFF.bin"); |
2051 | #elif defined(IRIVER_H300_SERIES) | 2054 | #elif defined(IRIVER_H300_SERIES) |
2052 | fd = creat("/internal_rom_000000-3FFFFF.bin"); | 2055 | fd = creat("/internal_rom_000000-3FFFFF.bin"); |
2053 | #elif defined(IAUDIO_X5) || defined(IAUDIO_M5) | 2056 | #elif defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(IAUDIO_M3) |
2054 | fd = creat("/internal_rom_000000-3FFFFF.bin"); | 2057 | fd = creat("/internal_rom_000000-3FFFFF.bin"); |
2055 | #endif | 2058 | #endif |
2056 | if(fd >= 0) | 2059 | if(fd >= 0) |
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 47969e0537..9659412730 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds | |||
@@ -34,7 +34,7 @@ OUTPUT_FORMAT(elf32-sh) | |||
34 | #define ARCH_IRIVER | 34 | #define ARCH_IRIVER |
35 | #endif | 35 | #endif |
36 | 36 | ||
37 | #ifdef ARCH_IRIVER | 37 | #if defined(ARCH_IRIVER) || defined(IAUDIO_M3) |
38 | #define DRAMORIG 0x31000000 | 38 | #define DRAMORIG 0x31000000 |
39 | #define IRAMORIG 0x1000c000 | 39 | #define IRAMORIG 0x1000c000 |
40 | #define IRAMSIZE 0xc000 | 40 | #define IRAMSIZE 0xc000 |