mirror of
https://github.com/open-simh/simh.git
synced 2026-05-01 22:16:21 +00:00
PDP11: Add ability to explicitly set the interrupt vector for the TS device
This commit is contained in:
@@ -360,8 +360,8 @@ MTAB ts_mod[] = {
|
|||||||
&sim_tape_set_capac, &sim_tape_show_capac, NULL, "Set/Display capacity" },
|
&sim_tape_set_capac, &sim_tape_show_capac, NULL, "Set/Display capacity" },
|
||||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 004, "ADDRESS", "ADDRESS",
|
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 004, "ADDRESS", "ADDRESS",
|
||||||
&set_addr, &show_addr, NULL, "Bus address" },
|
&set_addr, &show_addr, NULL, "Bus address" },
|
||||||
{ MTAB_XTD|MTAB_VDV, 0, "VECTOR", NULL,
|
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 0, "VECTOR", "VECTOR",
|
||||||
NULL, &show_vec, NULL, "Interrupt vector" },
|
&set_vec, &show_vec, NULL, "Interrupt vector" },
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user