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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user