summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mikie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mikie.cpp')
-rw-r--r--src/mame/drivers/mikie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mikie.cpp b/src/mame/drivers/mikie.cpp
index a8b8cbd3842..0ea82a43983 100644
--- a/src/mame/drivers/mikie.cpp
+++ b/src/mame/drivers/mikie.cpp
@@ -78,7 +78,7 @@ WRITE_LINE_MEMBER(mikie_state::sh_irqtrigger_w)
if (state)
{
// setting bit 0 low then high triggers IRQ on the sound CPU
- m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff);
+ m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff); // Z80
}
}