PDP10: Fixed display of Unibus and Vector for RY device.

This commit is contained in:
Mark Pizzolato 2014-02-12 17:17:46 -08:00
parent 22bce48689
commit e75e52d9a2

View file

@ -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 }