AltairZ80: Fix width of vectorInterrupt pseudo register.
This commit is contained in:
parent
1921b58996
commit
11e555bb20
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ REG cpu_reg[] = {
|
||||||
}, /* 82 */
|
}, /* 82 */
|
||||||
{ HRDATAD(COMMONLOW,common_low, 1, "If set, use low memory for common area"),
|
{ HRDATAD(COMMONLOW,common_low, 1, "If set, use low memory for common area"),
|
||||||
}, /* 83 */
|
}, /* 83 */
|
||||||
{ HRDATAD(VECINT,vectorInterrupt, 2, "Vector Interrupt pseudo register"),
|
{ HRDATAD(VECINT,vectorInterrupt, 8, "Vector Interrupt pseudo register"),
|
||||||
}, /* 84 */
|
}, /* 84 */
|
||||||
{ BRDATAD (DATABUS, dataBus, 16, 8, MAX_INT_VECTORS, "Data bus pseudo register"),
|
{ BRDATAD (DATABUS, dataBus, 16, 8, MAX_INT_VECTORS, "Data bus pseudo register"),
|
||||||
REG_RO + REG_CIRC }, /* 85 */
|
REG_RO + REG_CIRC }, /* 85 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue