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, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 867ac1f..af27d81 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2231,6 +2231,8 @@ static bool dbg_save_roms(void)
fd = creat("/internal_rom_000000-3FFFFF.bin");
#elif defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(IAUDIO_M3)
fd = creat("/internal_rom_000000-3FFFFF.bin");
+#elif defined(MPIO_HD200)
+ fd = creat("/internal_rom_000000-1FFFFF.bin");
#endif
if(fd >= 0)
{