1
0
mirror of https://github.com/simh/simh.git synced 2026-02-13 11:25:51 +00:00
Files
simh.simh/sim_tmxr.c
Mark Pizzolato 584147fb64 TMXR: Remove output unit from delay consideration after poll has nothing queued
The goal of the logic in _tmxr_activate_delay() is to properly schedule the next
poll activity considering input and/or output data rates that may be in effect.
We need to make sure that one more poll is scheduled after output data has
been sent since simulation logic may have deferred queuing output data for
other reasons and handles its reactivation in the same context that it polls for
output.
2018-05-20 08:07:30 -07:00

218 KiB