diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-02-05 16:50:20 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-02-05 16:50:20 +0100 |
commit | 5ccf56d21d51638f2a0dc5d165da30bc4f4e0723 (patch) | |
tree | 7a8a61f8240b53ccdcb88075bceda391be3e27a9 /RTC.cpp | |
parent | 829b04480299ce2c3ed44b56f5f1b99e2f5f762f (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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |