summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpoker.c')
-rw-r--r--src/mame/drivers/mpoker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpoker.c b/src/mame/drivers/mpoker.c
index 7be7527c9dd..145414fa11e 100644
--- a/src/mame/drivers/mpoker.c
+++ b/src/mame/drivers/mpoker.c
@@ -586,7 +586,7 @@ static MACHINE_CONFIG_START( mpoker, mpoker_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80,MASTER_CLOCK/6) /* 3 MHz? */
MCFG_CPU_PROGRAM_MAP(main_map)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", mpoker_state, irq0_line_hold)
MCFG_NVRAM_ADD_0FILL("nvram")