Rewrote handling of host time synchronisation. Amstrad machines now boot again.

Also fixed a bug where the emulated time ran 100x faster than expected.
This commit is contained in:
SarahW 2016-08-15 20:28:02 +01:00
commit 4e299a8038
3 changed files with 69 additions and 57 deletions

View file

@ -170,3 +170,5 @@ enum RTC_RD_BITS
void rtc_tick();
void time_update(char *nvrram, int reg);
void time_get(char *nvrram);
void time_internal_set_nvrram(char *nvrram);
void time_internal_sync(char *nvrram);