1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-31 05:42:51 +00:00

KA10: Fix bug in RH20 during transfer.

This commit is contained in:
Richard Cornwell
2022-02-10 20:52:32 -05:00
parent b8001fbe19
commit 188982b55d

View File

@@ -933,7 +933,6 @@ void rh_finish_op(struct rh_if *rhc, int nxm) {
if (rhc->imode != 2)
#endif
rhc->status &= ~(BUSY);
// rhc->xfer_drive = -1;
rh_writecw(rhc, nxm);
rh_setirq(rhc);
#if KL
@@ -995,6 +994,8 @@ void rh20_setup(struct rh_if *rhc)
rhc->wcr = 0;
rhc->xfer_drive = rhc->drive;
rhc->status &= ~RH20_CHAN_RDY;
rhc->status |= BUSY;
rhc->drive = drv;
}
#endif