summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scotrsht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scotrsht.c')
-rw-r--r--src/mame/drivers/scotrsht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/scotrsht.c b/src/mame/drivers/scotrsht.c
index 66573e18bea..23349e64bcc 100644
--- a/src/mame/drivers/scotrsht.c
+++ b/src/mame/drivers/scotrsht.c
@@ -51,7 +51,7 @@ static INTERRUPT_GEN( scotrsht_interrupt )
scotrsht_state *state = device->machine().driver_data<scotrsht_state>();
if (state->m_irq_enable)
- device_set_input_line(device, 0, HOLD_LINE);
+ device->execute().set_input_line(0, HOLD_LINE);
}
WRITE8_MEMBER(scotrsht_state::scotrsht_soundlatch_w)