mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
PDP10: Fixed display of Unibus and Vector for RY device.
This commit is contained in:
parent
22bce48689
commit
e75e52d9a2
@ -243,9 +243,9 @@ MTAB ry_mod[] = {
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 0, "VECTOR", "VECTOR",
|
||||
&set_vec, &show_vec, NULL, "Interrupt vector" },
|
||||
#else
|
||||
{ MTAB_XTD|MTAB_VDV, 004, NULL, "ADDRESS",
|
||||
{ MTAB_XTD|MTAB_VDV, 004, "ADDRESS", NULL,
|
||||
NULL, &show_addr, NULL, "Display Bus Address" },
|
||||
{ MTAB_XTD|MTAB_VDV, 0, NULL, "VECTOR",
|
||||
{ MTAB_XTD|MTAB_VDV, 0, "VECTOR", NULL,
|
||||
NULL, &show_vec, NULL, "Display Interrupt vector" },
|
||||
#endif
|
||||
{ 0 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user