aboutsummaryrefslogtreecommitdiff
path: root/NDS.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-03 18:47:40 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-03 18:47:40 +0100
commit1f691f3795a7480201e8a9384bda4e1b02123456 (patch)
treef991a976081c729ed458d14e85ac5f32b79c17d0 /NDS.cpp
parentf4335b92927ec3ba0eb3675eb1c4a5c80bb0a05d (diff)
* HBlank flag and IRQ.
* VBlank and HBlank DMA.
Diffstat (limited to 'NDS.cpp')
-rw-r--r--NDS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NDS.cpp b/NDS.cpp
index cd6fd8c..d1d0c4b 100644
--- a/NDS.cpp
+++ b/NDS.cpp
@@ -1679,7 +1679,7 @@ void ARM9IOWrite32(u32 addr, u32 val)
case 0x040001B4: *(u32*)&ROMSeed1[0] = val; return;
case 0x04000208: IME[0] = val & 0x1; return;
- case 0x04000210: IE[0] = val; if (val&~0x000F0F7D)printf("unusual IRQ %08X\n",val);return;
+ case 0x04000210: IE[0] = val; if (val&~0x000F0F7F)printf("unusual IRQ %08X\n",val);return;
case 0x04000214: IF[0] &= ~val; return;
case 0x04000240: