mirror of
https://github.com/simh/simh.git
synced 2026-05-03 14:38:45 +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:
@@ -348,7 +348,7 @@ DEVICE com_dev = {
|
||||
3, 10, 31, 1, 16, 8,
|
||||
&tmxr_ex, &tmxr_dep, &com_reset,
|
||||
NULL, &com_attach, &com_detach,
|
||||
&com_dib, DEV_NET | DEV_DIS
|
||||
&com_dib, DEV_MUX | DEV_DIS
|
||||
};
|
||||
|
||||
/* COML data structures
|
||||
|
||||
@@ -368,7 +368,7 @@ DEVICE mt_dev[NUM_CHAN] = {
|
||||
MT_NUMDR + 1, 10, 31, 1, 8, 8,
|
||||
NULL, NULL, &mt_reset,
|
||||
&mt_boot, &mt_attach, &sim_tape_detach,
|
||||
&mt_dib, DEV_DEBUG
|
||||
&mt_dib, DEV_DEBUG | DEV_TAPE
|
||||
},
|
||||
{
|
||||
"MTB", mtb_unit, mtb_reg, mt_mod,
|
||||
|
||||
Reference in New Issue
Block a user