summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc8401a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc8401a.cpp')
-rw-r--r--src/mame/drivers/pc8401a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pc8401a.cpp b/src/mame/drivers/pc8401a.cpp
index 7de2b1b5d45..13a06f1a0a2 100644
--- a/src/mame/drivers/pc8401a.cpp
+++ b/src/mame/drivers/pc8401a.cpp
@@ -57,7 +57,7 @@ void pc8401a_state::scan_keyboard()
if (!m_key_strobe && strobe)
{
/* trigger interrupt */
- m_maincpu->set_input_line_and_vector(INPUT_LINE_IRQ0, ASSERT_LINE, 0x28);
+ m_maincpu->set_input_line_and_vector(INPUT_LINE_IRQ0, ASSERT_LINE, 0x28); // Z80
logerror("INTERRUPT\n");
}