From 093f71d2788f56a75800b127256c8f3e24a36085 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Fri, 13 Sep 2019 23:09:55 -0400 Subject: [PATCH] KA10: Updated timout for CTY input. --- PDP10/kl10_fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/kl10_fe.c b/PDP10/kl10_fe.c index ebaf7c2..ba840bc 100644 --- a/PDP10/kl10_fe.c +++ b/PDP10/kl10_fe.c @@ -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);