summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bingoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bingoc.c')
-rw-r--r--src/mame/drivers/bingoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bingoc.c b/src/mame/drivers/bingoc.c
index c8d48358677..3981e3fac30 100644
--- a/src/mame/drivers/bingoc.c
+++ b/src/mame/drivers/bingoc.c
@@ -91,7 +91,7 @@ READ8_MEMBER(bingoc_state::sound_test_r)
WRITE16_MEMBER(bingoc_state::main_sound_latch_w)
{
soundlatch_byte_w(space,0,data&0xff);
- cputag_set_input_line(machine(), "soundcpu", INPUT_LINE_NMI, PULSE_LINE);
+ machine().device("soundcpu")->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}
#endif