1
0
mirror of https://github.com/simh/simh.git synced 2026-02-28 09:18:31 +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
committed by Mark Pizzolato
parent 154d83e663
commit 425b5650db

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 */