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