summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/egghunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/egghunt.c')
-rw-r--r--src/mame/drivers/egghunt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/egghunt.c b/src/mame/drivers/egghunt.c
index 6d7801658e4..c83c005f315 100644
--- a/src/mame/drivers/egghunt.c
+++ b/src/mame/drivers/egghunt.c
@@ -412,7 +412,7 @@ static MACHINE_CONFIG_START( egghunt, egghunt_state )
MCFG_CPU_ADD("maincpu", Z80,12000000/2) /* 6 MHz ?*/
MCFG_CPU_PROGRAM_MAP(egghunt_map)
MCFG_CPU_IO_MAP(io_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold) // or 2 like mitchell.c?
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", egghunt_state, irq0_line_hold) // or 2 like mitchell.c?
MCFG_CPU_ADD("audiocpu", Z80,12000000/2) /* 6 MHz ?*/
MCFG_CPU_PROGRAM_MAP(sound_map)