Firmware: move SaveRAM to $E00000

This commit is contained in:
Maximilian Rehkopf 2012-07-09 02:26:50 +02:00
parent 2ef480f751
commit 9baa4b7f9f

View File

@ -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)