aboutsummaryrefslogtreecommitdiff
path: root/RTC.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-05 16:50:20 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-05 16:50:20 +0100
commit5ccf56d21d51638f2a0dc5d165da30bc4f4e0723 (patch)
tree7a8a61f8240b53ccdcb88075bceda391be3e27a9 /RTC.cpp
parent829b04480299ce2c3ed44b56f5f1b99e2f5f762f (diff)
* fix 'STMxx with base register included in register list' when base register is banked.
* fix cart DMA for ARM9.
Diffstat (limited to 'RTC.cpp')
-rw-r--r--RTC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/RTC.cpp b/RTC.cpp
index 7604353..c5b9d50 100644
--- a/RTC.cpp
+++ b/RTC.cpp
@@ -93,7 +93,7 @@ void ByteIn(u8 val)
Output[0] = 0x17;
Output[1] = 0x01;
Output[2] = 0x19;
- Output[3] = 0x03; // day of week. checkme
+ Output[3] = 0x04; // day of week. checkme. apparently 04=Thursday
Output[4] = 0x06;
Output[5] = 0x30;
Output[6] = 0x30;