mrehkopf / sd2snes

SD card based multi-purpose cartridge for the SNES
http://sd2snes.de
GNU General Public License v2.0
579 stars 114 forks source link

Fixed SGB RTC by adding dummy write to account for data buffer. #238

Closed redacted173 closed 10 months ago

redacted173 commented 10 months ago

The RTC data is put in a register during cycle 1 for spi reads which required a dummy write in the firmware. I must have broken this when fixing timing. The debug print of ftime was also fixed to include the correct number of digits.