From 1b2a9e156b4952575772d303a8d03c509668c1ce Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Thu, 4 Feb 2021 19:44:24 -0500 Subject: [PATCH] KA10: Fixed timing issue in ITS. --- PDP10/kx10_rp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/kx10_rp.c b/PDP10/kx10_rp.c index 6245fff..69ba897 100644 --- a/PDP10/kx10_rp.c +++ b/PDP10/kx10_rp.c @@ -977,7 +977,7 @@ wr_done: goto wr_end; if (sts) { - sim_activate(uptr, 10); + sim_activate(uptr, 100); } else { wr_end: sim_debug(DEBUG_DETAIL, dptr, "RP%o write done\n", unit);