mirror of
https://github.com/simh/simh.git
synced 2026-02-18 13:28:16 +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:
@@ -101,7 +101,7 @@ DEVICE dcs_dev = {
|
||||
1, 10, 31, 1, 8, 8,
|
||||
&tmxr_ex, &tmxr_dep, &dcs_reset,
|
||||
NULL, &dcs_attach, &dcs_detach,
|
||||
NULL, DEV_NET | DEV_DISABLE | DEV_DIS
|
||||
NULL, DEV_MUX | DEV_DISABLE | DEV_DIS
|
||||
};
|
||||
|
||||
/* DCSL data structures
|
||||
@@ -172,7 +172,7 @@ DEVICE dcsl_dev = {
|
||||
DCS_LINES, 10, 31, 1, 8, 8,
|
||||
NULL, NULL, &dcs_reset,
|
||||
NULL, NULL, NULL,
|
||||
NULL, DEV_DIS
|
||||
NULL, DEV_DIS | DEV_MUX
|
||||
};
|
||||
|
||||
/* DCS IOT routine */
|
||||
|
||||
Reference in New Issue
Block a user