1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

SCP: Removed KBD_WAIT and friends

This commit is contained in:
Bob Supnik
2017-03-20 22:33:38 -07:00
committed by Mark Pizzolato
parent 0947a69a9e
commit 3eb4598456
12 changed files with 15 additions and 15 deletions

View File

@@ -1100,7 +1100,7 @@ if (!sim_is_running) { /* RESET (not CAF)? */
tty_shift = 0; /* clear state */
tti_fdpx = 0; /* clear dpx mode */
}
sim_activate (&tti_unit, KBD_WAIT (tti_unit.wait, tmxr_poll));
sim_activate (&tti_unit, tmxr_poll);
return SCPE_OK;
}