summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index f9f9a29e98..9fcb0719be 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1893,7 +1893,7 @@ static bool dbg_save_roms(void)
1893 fd = creat("/internal_rom_000000-3FFFFF.bin", 0666); 1893 fd = creat("/internal_rom_000000-3FFFFF.bin", 0666);
1894#elif defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(IAUDIO_M3) 1894#elif defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(IAUDIO_M3)
1895 fd = creat("/internal_rom_000000-3FFFFF.bin", 0666); 1895 fd = creat("/internal_rom_000000-3FFFFF.bin", 0666);
1896#elif defined(MPIO_HD200) 1896#elif defined(MPIO_HD200) || defined(MPIO_HD300)
1897 fd = creat("/internal_rom_000000-1FFFFF.bin", 0666); 1897 fd = creat("/internal_rom_000000-1FFFFF.bin", 0666);
1898#endif 1898#endif
1899 if(fd >= 0) 1899 if(fd >= 0)