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

@@ -861,7 +861,7 @@ DEVICE alm_dev =
1, 10, 31, 1, 8, 8,
NULL, NULL, &alm_reset,
NULL, &qty_attach, &qty_detach,
&alm_dib, (DEV_DISABLE | DEV_NET)
&alm_dib, (DEV_DISABLE | DEV_MUX)
} ;
int alm_section = -1 ; /* current line "section" (0 = RCV, 1 = XMT) */