1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

KA10: Fixed RP10 to work on KI10.

This commit is contained in:
Richard Cornwell 2021-03-13 15:12:45 -05:00
parent c3bd6ec4f7
commit 2fc381dfe1

View File

@ -715,7 +715,7 @@ t_stat dp_svc (UNIT *uptr)
CLR_BUF(uptr);
}
if (r)
sim_activate(uptr, 15);
sim_activate(uptr, 25);
else {
uptr->STATUS &= ~(SRC_DONE|END_CYL|BUSY);
uptr->UFLAGS |= DONE;