summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-11-05 16:28:17 +0100
committer hap <happppp@users.noreply.github.com>2017-11-05 16:28:17 +0100
commite92c44c6d6668f77dfe0b38b65dc67d9a18c9257 (patch)
tree129dfda66462dfbd8214a54e07fef932918c03a2
parent883303d9b4d4a2d7380bf87798ec3ba10e9ce473 (diff)
hp80: added NO_IRQ to vector_table (nw)
-rw-r--r--src/mame/drivers/hp80.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hp80.cpp b/src/mame/drivers/hp80.cpp
index 64c7d3d5d4d..ea97ae42c3c 100644
--- a/src/mame/drivers/hp80.cpp
+++ b/src/mame/drivers/hp80.cpp
@@ -328,7 +328,8 @@ static const uint8_t vector_table[] = {
0x10, // Slot 1
0x10, // Slot 2
0x10, // Slot 3
- 0x10 // Slot 4
+ 0x10, // Slot 4
+ 0x00 // No IRQ
};
IRQ_CALLBACK_MEMBER(hp85_state::irq_callback)