1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

AltairZ80: Fix width of vectorInterrupt pseudo register.

This commit is contained in:
Howard M. Harte 2023-01-22 12:15:30 -08:00
parent 1921b58996
commit 11e555bb20

View File

@ -484,7 +484,7 @@ REG cpu_reg[] = {
}, /* 82 */
{ HRDATAD(COMMONLOW,common_low, 1, "If set, use low memory for common area"),
}, /* 83 */
{ HRDATAD(VECINT,vectorInterrupt, 2, "Vector Interrupt pseudo register"),
{ HRDATAD(VECINT,vectorInterrupt, 8, "Vector Interrupt pseudo register"),
}, /* 84 */
{ BRDATAD (DATABUS, dataBus, 16, 8, MAX_INT_VECTORS, "Data bus pseudo register"),
REG_RO + REG_CIRC }, /* 85 */