summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zerozone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zerozone.c')
-rw-r--r--src/mame/drivers/zerozone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zerozone.c b/src/mame/drivers/zerozone.c
index 85fffddf624..a7e1aed0959 100644
--- a/src/mame/drivers/zerozone.c
+++ b/src/mame/drivers/zerozone.c
@@ -40,7 +40,7 @@ WRITE16_MEMBER( zerozone_state::sound_w )
if (ACCESSING_BITS_8_15)
{
soundlatch_byte_w(space, offset, data >> 8);
- device_set_input_line_and_vector(m_audiocpu, 0, HOLD_LINE, 0xff);
+ m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff);
}
}