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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index e25abca..fed2563 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1988,11 +1988,7 @@ static bool dbg_save_roms(void)
{
int fd;
-#if defined(IPOD_ARCH)
fd = creat("/internal_rom_000000-0FFFFF.bin");
-#elif defined(IRIVER_H10)
- fd = creat("/internal_rom_000000-3FFFFF.bin");
-#endif
if(fd >= 0)
{
write(fd, (void *)0x20000000, FLASH_SIZE);