aboutsummaryrefslogtreecommitdiff
path: root/CP15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CP15.cpp')
-rw-r--r--CP15.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/CP15.cpp b/CP15.cpp
index c7fd3c2..72c1924 100644
--- a/CP15.cpp
+++ b/CP15.cpp
@@ -42,10 +42,6 @@ void Reset()
DTCMSetting = 0;
ITCMSetting = 0;
- //DTCMSetting = 0x0300000A;
- //ITCMSetting = 0x00000020;
- //UpdateDTCMSetting();
- //UpdateITCMSetting();
}
@@ -94,6 +90,7 @@ void Write(u32 id, u32 val)
case 0x704:
+ case 0x782:
NDS::ARM9->Halt(1);
return;