mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-06 03:08:51 +00:00
KA10: Fixed RP10 to work on KI10.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user