summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 e25abca454..fed25635fa 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1988,11 +1988,7 @@ static bool dbg_save_roms(void)
1988{ 1988{
1989 int fd; 1989 int fd;
1990 1990
1991#if defined(IPOD_ARCH)
1992 fd = creat("/internal_rom_000000-0FFFFF.bin"); 1991 fd = creat("/internal_rom_000000-0FFFFF.bin");
1993#elif defined(IRIVER_H10)
1994 fd = creat("/internal_rom_000000-3FFFFF.bin");
1995#endif
1996 if(fd >= 0) 1992 if(fd >= 0)
1997 { 1993 {
1998 write(fd, (void *)0x20000000, FLASH_SIZE); 1994 write(fd, (void *)0x20000000, FLASH_SIZE);