1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 03:57:11 +00:00

Added missing MOD_VALR flag on some recently revised MTAB entries

This commit is contained in:
Mark Pizzolato
2013-02-02 17:27:22 -08:00
parent c5fe058a62
commit 55693fb9b3
10 changed files with 22 additions and 22 deletions

View File

@@ -991,7 +991,7 @@ MTAB rq_mod[] = {
{ MTAB_XTD|MTAB_VUN, 0, "FORMAT", "FORMAT",
&sim_disk_set_fmt, &sim_disk_show_fmt, NULL, "Set/Display disk format (SIMH, VHD, RAW)" },
#if defined (VM_PDP11)
{ MTAB_XTD|MTAB_VDV, 004, "ADDRESS", "ADDRESS",
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 004, "ADDRESS", "ADDRESS",
&set_addr, &show_addr, NULL, "Bus address" },
{ MTAB_XTD | MTAB_VDV, 0, NULL, "AUTOCONFIGURE",
&set_addr_flt, NULL, NULL, "Enable autoconfiguration of address & vector" },