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:
parent
535604b760
commit
4e299a8038
3 changed files with 69 additions and 57 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue