summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/raiden2.c')
-rw-r--r--src/mame/drivers/raiden2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden2.c b/src/mame/drivers/raiden2.c
index 57099efd664..22ec22590fa 100644
--- a/src/mame/drivers/raiden2.c
+++ b/src/mame/drivers/raiden2.c
@@ -975,7 +975,7 @@ static SCREEN_UPDATE_IND16( raiden2 )
static INTERRUPT_GEN( raiden2_interrupt )
{
- device_set_input_line_and_vector(device, 0, HOLD_LINE, 0xc0/4); /* VBL */
+ device->execute().set_input_line_and_vector(0, HOLD_LINE, 0xc0/4); /* VBL */
}