Browse Source

Firmware: move SaveRAM to $E00000

Maximilian Rehkopf 12 years ago
parent
commit
9baa4b7f9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/memory.h

+ 1 - 1
src/memory.h

@@ -31,7 +31,7 @@
 #include "smc.h"
 
 #define SRAM_ROM_ADDR           (0x000000L)
-#define SRAM_SAVE_ADDR          (0xC00000L)
+#define SRAM_SAVE_ADDR          (0xE00000L)
 
 #define SRAM_MENU_ADDR          (0xC00000L)
 #define SRAM_DIR_ADDR           (0xC10000L)