1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-09 18:01:45 +00:00
Files
open-simh.simh/3B2/3b2_stddev.c
Seth Morabito da6dcef801 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 12:50:35 -05:00

22 KiB