summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/istellar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/istellar.c')
-rw-r--r--src/mame/drivers/istellar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/istellar.c b/src/mame/drivers/istellar.c
index a33469a2e4d..1215d7c1ec2 100644
--- a/src/mame/drivers/istellar.c
+++ b/src/mame/drivers/istellar.c
@@ -317,7 +317,7 @@ GFXDECODE_END
static INTERRUPT_GEN( vblank_callback_istellar )
{
/* Interrupt presumably comes from VBlank */
- device_set_input_line(device, 0, HOLD_LINE);
+ device->execute().set_input_line(0, HOLD_LINE);
/* Interrupt presumably comes from the LDP's status strobe */
device->machine().device("sub")->execute().set_input_line(0, ASSERT_LINE);