summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ultrsprt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ultrsprt.c')
-rw-r--r--src/mame/drivers/ultrsprt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ultrsprt.c b/src/mame/drivers/ultrsprt.c
index ce12704d797..47d462459e8 100644
--- a/src/mame/drivers/ultrsprt.c
+++ b/src/mame/drivers/ultrsprt.c
@@ -205,7 +205,7 @@ INPUT_PORTS_END
static INTERRUPT_GEN( ultrsprt_vblank )
{
- device_set_input_line(device, INPUT_LINE_IRQ1, ASSERT_LINE);
+ device->execute().set_input_line(INPUT_LINE_IRQ1, ASSERT_LINE);
}
static void sound_irq_callback(running_machine &machine, int irq)