1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-11 10:35:37 +00:00

B5500: Updated to new sim_tape support.

This commit is contained in:
Richard Cornwell
2019-06-10 07:44:06 -04:00
parent 05487845b1
commit 3a7ec3e8b6

View File

@@ -600,7 +600,6 @@ mt_reset(DEVICE *dptr)
at later. Also disconnect all devices no
longer connected. */
for ( i = 0; i < NUM_DEVS_MT; i++) {
mt_unit[i].dynflags = MT_DENS_556 << UNIT_V_DF_TAPE;
if ((mt_unit[i].flags & UNIT_ATT) == 0)
iostatus &= ~(1 << i);
else if (mt_unit[i].CMD & (MT_LOADED|MT_RDY)) {