aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-05 18:34:21 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-05 18:34:21 +0100
commit3cf38e3e9ddbd72dc37a302e245592159cecb57d (patch)
tree824622cc682e311ad18bc2e09cc21e74de1b53b6
parent1001df49eae7b553c8c052af9f620eeb5708cac7 (diff)
lil' hack. makes SM64DS go ingame.
-rw-r--r--NDS.cpp4
-rw-r--r--melonDS.depend2
2 files changed, 3 insertions, 3 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)
diff --git a/melonDS.depend b/melonDS.depend
index cecb4cb..e9b21c4 100644
--- a/melonDS.depend
+++ b/melonDS.depend
@@ -86,7 +86,7 @@
"NDS.h"
"SPI.h"
-1486264329 source:c:\documents\sources\melonds\gpu2d.cpp
+1486315323 source:c:\documents\sources\melonds\gpu2d.cpp
<stdio.h>
<string.h>
"NDS.h"