summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/trackfld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/trackfld.c')
-rw-r--r--src/mame/audio/trackfld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/trackfld.c b/src/mame/audio/trackfld.c
index 8991370a857..cff24145e2f 100644
--- a/src/mame/audio/trackfld.c
+++ b/src/mame/audio/trackfld.c
@@ -148,7 +148,7 @@ WRITE8_HANDLER( konami_sh_irqtrigger_w )
if (state->m_last_irq == 0 && data)
{
/* setting bit 0 low then high triggers IRQ on the sound CPU */
- device_set_input_line_and_vector(state->m_audiocpu, 0, HOLD_LINE, 0xff);
+ state->m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff);
}
state->m_last_irq = data;