summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/victory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/victory.c')
-rw-r--r--src/mame/drivers/victory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/victory.c b/src/mame/drivers/victory.c
index d0956445f5f..e578ebddd72 100644
--- a/src/mame/drivers/victory.c
+++ b/src/mame/drivers/victory.c
@@ -214,7 +214,7 @@ static MACHINE_CONFIG_START( victory, victory_state )
MCFG_CPU_ADD("maincpu", Z80, VICTORY_MAIN_CPU_CLOCK)
MCFG_CPU_PROGRAM_MAP(main_map)
MCFG_CPU_IO_MAP(main_io_map)
- MCFG_CPU_VBLANK_INT("screen", victory_vblank_interrupt)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", victory_state, victory_vblank_interrupt)
MCFG_NVRAM_ADD_0FILL("nvram")