summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/videopkr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/videopkr.c')
-rw-r--r--src/mame/drivers/videopkr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/videopkr.c b/src/mame/drivers/videopkr.c
index 58615e4ba68..f916c3d7a53 100644
--- a/src/mame/drivers/videopkr.c
+++ b/src/mame/drivers/videopkr.c
@@ -1237,7 +1237,7 @@ static MACHINE_CONFIG_START( videopkr, videopkr_state )
MCFG_CPU_PROGRAM_MAP(i8039_map)
MCFG_CPU_IO_MAP(i8039_io_port)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_assert)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", videopkr_state, irq0_line_assert)
MCFG_CPU_ADD("soundcpu", I8039, SOUND_CLOCK)
MCFG_CPU_PROGRAM_MAP(i8039_sound_mem)