summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynduke.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dynduke.c')
-rw-r--r--src/mame/drivers/dynduke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dynduke.c b/src/mame/drivers/dynduke.c
index 006b0624e96..07875ea4be3 100644
--- a/src/mame/drivers/dynduke.c
+++ b/src/mame/drivers/dynduke.c
@@ -265,7 +265,7 @@ GFXDECODE_END
static INTERRUPT_GEN( dynduke_interrupt )
{
- device_set_input_line_and_vector(device, 0, HOLD_LINE, 0xc8/4); // VBL
+ device->execute().set_input_line_and_vector(0, HOLD_LINE, 0xc8/4); // VBL
}
/* Machine Driver */