mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +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:
@@ -236,7 +236,7 @@ DEVICE mta_dev = {
|
||||
MTA_NUMDR, 10, 31, 1, 8, 8,
|
||||
NULL, NULL, &mta_reset,
|
||||
&mta_boot, &mta_attach, &mta_detach,
|
||||
&mta_dib, DEV_DISABLE
|
||||
&mta_dib, DEV_DISABLE | DEV_TAPE
|
||||
};
|
||||
|
||||
/* IOT routine */
|
||||
|
||||
Reference in New Issue
Block a user