summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/glass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/glass.c')
-rw-r--r--src/mame/drivers/glass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/glass.c b/src/mame/drivers/glass.c
index 9b7e9dd5f3c..a805f8159d4 100644
--- a/src/mame/drivers/glass.c
+++ b/src/mame/drivers/glass.c
@@ -24,7 +24,7 @@ static INTERRUPT_GEN( glass_interrupt )
if (state->m_cause_interrupt)
{
- device_set_input_line(device, 6, HOLD_LINE);
+ device->execute().set_input_line(6, HOLD_LINE);
state->m_cause_interrupt = 0;
}
}