From 3a7ec3e8b652635339c465d940616417bb6ac2bb Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Mon, 10 Jun 2019 07:44:06 -0400 Subject: [PATCH] B5500: Updated to new sim_tape support. --- B5500/b5500_mt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/B5500/b5500_mt.c b/B5500/b5500_mt.c index ee54229..30e9d23 100644 --- a/B5500/b5500_mt.c +++ b/B5500/b5500_mt.c @@ -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)) {