summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tatsumi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tatsumi.c')
-rw-r--r--src/mame/drivers/tatsumi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tatsumi.c b/src/mame/drivers/tatsumi.c
index 32a7cfe357a..e1f266a105c 100644
--- a/src/mame/drivers/tatsumi.c
+++ b/src/mame/drivers/tatsumi.c
@@ -851,7 +851,7 @@ static const ym2151_interface ym2151_config =
static INTERRUPT_GEN( roundup5_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 */
}
static void apache3_68000_reset(device_t *device)