apparently when you set an out-of-bounds address for EEPROM, it should wrap around

TODO: check if it also happens with Flash

also fix shit that could have later turned into memory leaks
This commit is contained in:
StapleButter
2017-02-05 17:45:17 +01:00
parent ff3b60bc93
commit e88cf1b43d
3 changed files with 11 additions and 12 deletions

View File

@ -289,7 +289,7 @@ void Reset()
// test
//LoadROM();
//LoadFirmware();
NDSCart::LoadROM("rom/peach.nds");
NDSCart::LoadROM("rom/sonic.nds");
Running = true; // hax
}