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