1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-05 07:55:12 +00:00

KA10: Updated timout for CTY input.

This commit is contained in:
Richard Cornwell
2019-09-13 23:09:55 -04:00
parent f0715d2bbb
commit 093f71d278

View File

@@ -1216,7 +1216,7 @@ t_stat dtei_svc (UNIT *uptr)
#endif
base = eb_ptr;
#endif
sim_activate (uptr, 1000);
sim_clock_coschedule (uptr, tmxr_poll);
if ((uptr->STATUS & DTE_SEC) == 0) {
dte_function(uptr); /* Process queue */
dte_start(optr);