From b200ed0b60c559faea10f1915926e9c8d9795c57 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Mon, 1 Apr 2019 23:03:29 -0400 Subject: [PATCH] KA10: Increased timeout on Chaosnet so as to not hog as much cpu time. --- PDP10/ka10_ch10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/ka10_ch10.c b/PDP10/ka10_ch10.c index 59551df..bd5b1f7 100644 --- a/PDP10/ka10_ch10.c +++ b/PDP10/ka10_ch10.c @@ -408,7 +408,7 @@ t_stat ch10_devio(uint32 dev, uint64 *data) t_stat ch10_svc(UNIT *uptr) { - sim_clock_coschedule (uptr, 100); + sim_clock_coschedule (uptr, 1000); (void)tmxr_poll_conn (&ch10_tmxr); if (ch10_lines[0].conn) { ch10_receive ();