mirror of
https://github.com/simh/simh.git
synced 2026-04-26 03:57:11 +00:00
PDP10: Fixed display of Unibus and Vector for RY device.
This commit is contained in:
@@ -243,9 +243,9 @@ MTAB ry_mod[] = {
|
|||||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 0, "VECTOR", "VECTOR",
|
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 0, "VECTOR", "VECTOR",
|
||||||
&set_vec, &show_vec, NULL, "Interrupt vector" },
|
&set_vec, &show_vec, NULL, "Interrupt vector" },
|
||||||
#else
|
#else
|
||||||
{ MTAB_XTD|MTAB_VDV, 004, NULL, "ADDRESS",
|
{ MTAB_XTD|MTAB_VDV, 004, "ADDRESS", NULL,
|
||||||
NULL, &show_addr, NULL, "Display Bus Address" },
|
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" },
|
NULL, &show_vec, NULL, "Display Interrupt vector" },
|
||||||
#endif
|
#endif
|
||||||
{ 0 }
|
{ 0 }
|
||||||
|
|||||||
Reference in New Issue
Block a user