summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tetrisp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tetrisp2.c')
-rw-r--r--src/mame/drivers/tetrisp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tetrisp2.c b/src/mame/drivers/tetrisp2.c
index b5fff5af825..54826012e8a 100644
--- a/src/mame/drivers/tetrisp2.c
+++ b/src/mame/drivers/tetrisp2.c
@@ -566,7 +566,7 @@ WRITE16_MEMBER(stepstag_state::stepstag_soundlatch_word_w)
state->soundlatch_word_w(space, offset, data, mem_mask);
- device_set_input_line(machine().device("sub"), M68K_IRQ_6, HOLD_LINE);
+ machine().device("sub")->execute().set_input_line(M68K_IRQ_6, HOLD_LINE);
machine().scheduler().boost_interleave(attotime::zero, attotime::from_usec(100));
}