summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/trackfld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/trackfld.cpp')
-rw-r--r--src/mame/audio/trackfld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/trackfld.cpp b/src/mame/audio/trackfld.cpp
index aa8bfdaa50c..4b0bec7ba1d 100644
--- a/src/mame/audio/trackfld.cpp
+++ b/src/mame/audio/trackfld.cpp
@@ -125,7 +125,7 @@ WRITE_LINE_MEMBER(trackfld_audio_device::sh_irqtrigger_w)
if (m_last_irq == 0 && 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
}
m_last_irq = state;