1
0
mirror of https://github.com/simh/simh.git synced 2026-05-04 23:15:23 +00:00

KA10: Regular update. Code cleanup and minor enhancements.

This commit is contained in:
Richard Cornwell
2019-11-03 22:11:23 -05:00
parent bbfa391924
commit 178968a621
16 changed files with 1130 additions and 406 deletions

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 {