summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/highvdeo.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-09-12 06:07:51 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-09-12 06:07:51 +0000
commit17e66e39fd2aeb6e083a8567d281df9235b9f2f4 (patch)
treea34dfe5941829bc939167c207f65b5cf7f57078f /src/mame/drivers/highvdeo.c
parent0ef1e6deb4923b27f4c1d95825e453f565b129a3 (diff)
Clear out remaining global inlines in diexec.h.
Diffstat (limited to 'src/mame/drivers/highvdeo.c')
-rw-r--r--src/mame/drivers/highvdeo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/highvdeo.c b/src/mame/drivers/highvdeo.c
index 50777c34cd6..2438d4516fb 100644
--- a/src/mame/drivers/highvdeo.c
+++ b/src/mame/drivers/highvdeo.c
@@ -921,7 +921,7 @@ INPUT_PORTS_END
static INTERRUPT_GEN( vblank_irq )
{
- device_set_input_line_and_vector(device,0,HOLD_LINE,0x08/4);
+ device->execute().set_input_line_and_vector(0,HOLD_LINE,0x08/4);
}
static MACHINE_CONFIG_START( tv_vcf, highvdeo_state )