1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-29 21:18:15 +00:00

KA10: Possible fix for older ITS.

This commit is contained in:
Richard Cornwell
2019-08-12 23:06:01 -04:00
parent c26d559842
commit d30e1b9357

View File

@@ -280,7 +280,7 @@ t_stat mt_devio(uint32 dev, uint64 *data) {
uptr->CNTRL &= ~MT_BUSY;
wr_eor = 0;
mt_status |= NEXT_UNIT;
if (cmd & 010) {
if ((cmd & 010) != 0 || (mt_pia & NEXT_UNIT_ENAB) != 0) {
mt_status |= JOB_DONE;
set_interrupt(MT_DEVNUM+4, mt_pia >> 3);
} else {