1
0
mirror of https://github.com/simh/simh.git synced 2026-02-18 05:24:41 +00:00

PDP11: Add missing descriptive info for various device SHOW commands

This commit is contained in:
Mark Pizzolato
2022-07-26 18:42:58 -07:00
parent 6fe6b38228
commit 67c8534055
8 changed files with 65 additions and 65 deletions

View File

@@ -587,7 +587,7 @@ REG cpu_reg[] = {
MTAB cpu_mod[] = {
{ MTAB_XTD|MTAB_VDV, 0, "TYPE", NULL,
NULL, &cpu_show_model },
NULL, &cpu_show_model, NULL, "Display current model features" },
#if !defined (UC15)
{ MTAB_XTD|MTAB_VDV, MOD_1103, NULL, "11/03", &cpu_set_model, NULL, NULL, "Set CPU type to 11/03" },
{ MTAB_XTD|MTAB_VDV, MOD_1104, NULL, "11/04", &cpu_set_model, NULL, NULL, "Set CPU type to 11/04" },