summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/beezer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/beezer.c')
-rw-r--r--src/mame/audio/beezer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/beezer.c b/src/mame/audio/beezer.c
index 21e30eeff94..b48c270c7bc 100644
--- a/src/mame/audio/beezer.c
+++ b/src/mame/audio/beezer.c
@@ -138,7 +138,7 @@ INLINE beezer_sound_state *get_safe_token(device_t *device)
/*static WRITE_LINE_DEVICE_HANDLER( update_irq_state )
{
beezer_sound_state *sndstate = get_safe_token(device);
- cputag_set_input_line(device->machine(), "audiocpu", M6809_IRQ_LINE, (sndstate->ptm_irq_state) ? ASSERT_LINE : CLEAR_LINE);
+ device->machine().device("audiocpu")->execute().set_input_line(M6809_IRQ_LINE, (sndstate->ptm_irq_state) ? ASSERT_LINE : CLEAR_LINE);
}*/