mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 11:55:43 +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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user