mirror of
https://github.com/simh/simh.git
synced 2026-01-14 15:45:18 +00:00
PDP11: Fix VT help entry in DEVICE definition
Previously it was point at the DEVICE.help_attach than DEVICE.help.
This commit is contained in:
parent
77d7df7a56
commit
30401fc155
@ -194,7 +194,7 @@ DEVICE vt_dev = {
|
||||
NULL, NULL, &vt_reset,
|
||||
&vt_boot, NULL, NULL,
|
||||
&vt_dib, DEV_DIS | DEV_DISABLE | DEV_UBUS | DEV_Q18 | DEV_DEBUG,
|
||||
0, vt_deb, NULL, NULL, NULL, &vt_help, NULL,
|
||||
0, vt_deb, NULL, NULL, &vt_help, NULL, NULL,
|
||||
&vt_description
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user