1
0
mirror of https://github.com/simh/simh.git synced 2026-02-08 01:02:05 +00:00
Files
simh.simh/3B2/3b2_stddev.c
Mark Pizzolato 42598b541a 3b2: Fix for clock drift when idling
When the 3B2 simulator was set to allow idling, there was significant
clock drift related to the primary timer unit. It turns out that the
simulator was using `AIO_SET_INTERRUPT_LATENCY` and `sim_rtcn_tick_ack`
incorrectly. They are not needed with the structure of system timers in
the 3B2 architecture.
2023-01-18 11:58:24 -10:00

22 KiB