mirror of
https://github.com/simh/simh.git
synced 2026-01-29 13:11:26 +00:00
BESM6, NOVA, ECLIPSE, SIGMA: Set DEVICE type to DEV_MUX in MUX devices
Removed deprecated DEV_NET
This commit is contained in:
@@ -491,7 +491,7 @@ DEVICE tty_dev = {
|
||||
"TTY", tty_unit, tty_reg, tty_mod,
|
||||
27, 2, 1, 1, 2, 1,
|
||||
NULL, NULL, &tty_reset, NULL, &tty_attach, &tty_detach,
|
||||
NULL, DEV_NET|DEV_DEBUG
|
||||
NULL, DEV_MUX|DEV_DEBUG
|
||||
};
|
||||
|
||||
void tty_send (uint32 mask)
|
||||
|
||||
Reference in New Issue
Block a user