1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-14 15:46:31 +00:00

PDP10, PDP11, Unibus VAX: Flag CH11 DEVICE as a DEV_MUX for visible TMXR debug

This commit is contained in:
Mark Pizzolato 2018-11-25 13:01:07 -08:00
parent fc33892d24
commit 86294db3d5

View File

@ -158,7 +158,7 @@ DEVICE ch_dev = {
1, 8, 16, 1, 8, 16,
NULL, NULL, &ch_reset,
NULL, &ch_attach, &ch_detach,
&ch_dib, DEV_DISABLE | DEV_DIS | DEV_UBUS | DEV_DEBUG,
&ch_dib, DEV_DISABLE | DEV_DIS | DEV_UBUS | DEV_DEBUG | DEV_MUX,
0, ch_debug, NULL, NULL, &ch_help, &ch_help_attach, NULL,
&ch_description
};