summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nsmpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nsmpoker.cpp')
-rw-r--r--src/mame/drivers/nsmpoker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nsmpoker.cpp b/src/mame/drivers/nsmpoker.cpp
index c452f4f77d2..1a740271aaf 100644
--- a/src/mame/drivers/nsmpoker.cpp
+++ b/src/mame/drivers/nsmpoker.cpp
@@ -418,7 +418,7 @@ MACHINE_CONFIG_START(nsmpoker_state::nsmpoker)
// CPU TMS9995, standard variant; no line connections
MCFG_TMS99xx_ADD("maincpu", TMS9995, MASTER_CLOCK/2, nsmpoker_map, nsmpoker_portmap)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", nsmpoker_state, nsmpoker_interrupt)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", nsmpoker_state, nsmpoker_interrupt)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)