summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m90.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m90.c')
-rw-r--r--src/mame/drivers/m90.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m90.c b/src/mame/drivers/m90.c
index 0e3fa59a925..78e41f922b4 100644
--- a/src/mame/drivers/m90.c
+++ b/src/mame/drivers/m90.c
@@ -59,7 +59,7 @@ WRITE16_MEMBER(m90_state::dynablsb_sound_command_w)
if (ACCESSING_BITS_0_7)
{
soundlatch_byte_w(space, offset, data);
- cputag_set_input_line(machine(), "soundcpu", INPUT_LINE_NMI, PULSE_LINE);
+ machine().device("soundcpu")->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
}
}