summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pokechmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pokechmp.c')
-rw-r--r--src/mame/drivers/pokechmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pokechmp.c b/src/mame/drivers/pokechmp.c
index 6a3b4eddd7c..3576e87668c 100644
--- a/src/mame/drivers/pokechmp.c
+++ b/src/mame/drivers/pokechmp.c
@@ -206,11 +206,11 @@ static MACHINE_CONFIG_START( pokechmp, pokechmp_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502, 4000000)
MCFG_CPU_PROGRAM_MAP(pokechmp_map)
- MCFG_CPU_VBLANK_INT("screen", nmi_line_pulse)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", pokechmp_state, nmi_line_pulse)
MCFG_CPU_ADD("audiocpu", M6502, 4000000)
MCFG_CPU_PROGRAM_MAP(pokechmp_sound_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", pokechmp_state, irq0_line_hold)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)