aboutsummaryrefslogtreecommitdiff
path: root/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NDS.cpp')
-rw-r--r--NDS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/NDS.cpp b/NDS.cpp
index 4cde37a..422264e 100644
--- a/NDS.cpp
+++ b/NDS.cpp
@@ -289,7 +289,7 @@ void Reset()
// test
//LoadROM();
//LoadFirmware();
- NDSCart::LoadROM("rom/sonic.nds");
+ NDSCart::LoadROM("rom/sm64ds.nds");
Running = true; // hax
}
@@ -1400,7 +1400,7 @@ u32 ARM9IORead32(u32 addr)
case 0x040002B8: return SqrtVal[0];
case 0x040002BC: return SqrtVal[1];
- case 0x04000600: return 0x04000000; // hax
+ case 0x04000600: return 0x06000000; // hax
case 0x04100000:
if (IPCFIFOCnt9 & 0x8000)