bsnes/higan/sfc/system
Talarubi a9571ff5b8 Fixed: Restore SPC7110 and S-RTC time properly
Loading and unloading the RTC is a little odd, since it's normally
always powered in the first place. What we want, and what the load()
functions really do, is to resync using the saved timestamps or
reset it. unload() proper doesn't do anything.

However, an interface refactoring after v098 reordered the above
operations, and this (along with a typo, shh!) was causing the already
synced time to be cleared.

I've added checks so that whenever rtc.ram can't be found, load() gets
called with empty arguments to initialise the defaults (like putting
in a fresh battery).
2017-10-24 23:16:22 -04:00
..
serialization.cpp Update to v104r04 release. 2017-08-24 12:45:24 +10:00
system.cpp Fixed: Restore SPC7110 and S-RTC time properly 2017-10-24 23:16:22 -04:00
system.hpp Update to v104r04 release. 2017-08-24 12:45:24 +10:00
video.cpp Update to v098r06 release. 2016-04-22 23:35:51 +10:00