1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

BESM6, NOVA, ECLIPSE, SIGMA: Set DEVICE type to DEV_MUX in MUX devices

Removed deprecated DEV_NET
This commit is contained in:
Mark Pizzolato
2020-03-31 08:59:50 -07:00
parent 18532be134
commit cfbd76e011
3 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ DEVICE mux_dev = {
2, 10, 31, 1, 16, 8,
&tmxr_ex, &tmxr_dep, &mux_reset,
NULL, &mux_attach, &mux_detach,
&mux_dib, DEV_NET | DEV_DISABLE
&mux_dib, DEV_MUX | DEV_DISABLE
};
/* MUXL data structures