aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SPI.cpp')
-rw-r--r--src/SPI.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SPI.cpp b/src/SPI.cpp
index 009fb32..a2c4538 100644
--- a/src/SPI.cpp
+++ b/src/SPI.cpp
@@ -618,7 +618,7 @@ void Reset()
Registers[4] = 0x40;
RegMasks[0] = 0x7F;
- RegMasks[1] = 0x01;
+ RegMasks[1] = 0x00;
RegMasks[2] = 0x01;
RegMasks[3] = 0x03;
RegMasks[4] = 0x0F;
@@ -663,6 +663,7 @@ void Write(u8 val, u32 hold)
if (DataPos == 1)
{
+ // TODO: DSi-specific registers in DSi mode
u32 regid = Index & 0x07;
if (Index & 0x80)