1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-04 15:43:38 +00:00

KA10: Fixed timing issue in ITS.

This commit is contained in:
Richard Cornwell
2021-02-04 19:44:24 -05:00
parent 9859c8c872
commit 1b2a9e156b

View File

@@ -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);