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:
parent
fc33892d24
commit
86294db3d5
@ -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
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user