1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-14 03:54:43 +00:00
Files
open-simh.simh/VAX/vax_stddev.c
Mark Pizzolato 0195bbda4b TIMER: Fix missing catchup ticks for VAX simulators when idling
- MicroVAX I, II and 3900 don't have a DONE bit in the clock status
  register, so sim_rtcn_tick_ack() wasn't being called to acknowledge
  clock ticks.
- Timer catchup tick criteria didn't work unless the host had a slow
  clock tick.

As discussed in #705
2019-05-30 01:51:52 -07:00

26 KiB