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:
committed by
Mark Pizzolato
parent
0947a69a9e
commit
3eb4598456
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user