mirror of
https://github.com/simh/simh.git
synced 2026-04-25 11:41: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:
@@ -324,7 +324,7 @@ DEVICE sio_dev = {
|
||||
1, 10, 31, 1, 8, 8,
|
||||
NULL, NULL, &sio_reset,
|
||||
NULL, &sio_attach, &sio_detach,
|
||||
NULL, DEV_DEBUG, 0,
|
||||
NULL, DEV_DEBUG | DEV_MUX, 0,
|
||||
generic_dt, NULL, "Serial Input Output SIO"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user