mirror of
https://github.com/simh/simh.git
synced 2026-04-18 17:07:25 +00:00
Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries
This commit is contained in:
@@ -207,7 +207,7 @@ DEVICE mt_dev = {
|
||||
MT_NUMDR * 2, 10, T_ADDR_W, 1, 16, 8,
|
||||
NULL, NULL, &mt_reset,
|
||||
&io_boot, &mt_attach, &mt_detach,
|
||||
&mt_dib, DEV_DISABLE
|
||||
&mt_dib, DEV_DISABLE | DEV_TAPE
|
||||
};
|
||||
|
||||
/* Magtape: IO dispatch routine */
|
||||
|
||||
Reference in New Issue
Block a user