mirror of
https://github.com/simh/simh.git
synced 2026-05-04 23:15:23 +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:
@@ -366,7 +366,7 @@ DEVICE ts_dev = {
|
||||
1, 10, T_ADDR_W, 1, DEV_RDX, 8,
|
||||
NULL, NULL, &ts_reset,
|
||||
&ts_boot, &ts_attach, &ts_detach,
|
||||
&ts_dib, DEV_DISABLE | TS_DIS | DEV_UBUS | DEV_QBUS | DEV_DEBUG
|
||||
&ts_dib, DEV_DISABLE | TS_DIS | DEV_UBUS | DEV_QBUS | DEV_DEBUG | DEV_TAPE
|
||||
};
|
||||
|
||||
/* I/O dispatch routines, I/O addresses 17772520 - 17772522
|
||||
|
||||
Reference in New Issue
Block a user