summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vii.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vii.cpp')
-rw-r--r--src/mame/drivers/vii.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/vii.cpp b/src/mame/drivers/vii.cpp
index 3084af4c260..ad1df032da5 100644
--- a/src/mame/drivers/vii.cpp
+++ b/src/mame/drivers/vii.cpp
@@ -1412,9 +1412,9 @@ DEVICE_IMAGE_LOAD_MEMBER(spg2xx_cart_state, vsmile_cart)
}
MACHINE_CONFIG_START(spg2xx_game_state::spg2xx_base)
- MCFG_CPU_ADD( "maincpu", UNSP, XTAL(27'000'000))
- MCFG_CPU_PROGRAM_MAP( vii_mem )
- MCFG_CPU_VBLANK_INT_DRIVER("screen", spg2xx_game_state, vii_vblank)
+ MCFG_DEVICE_ADD( "maincpu", UNSP, XTAL(27'000'000))
+ MCFG_DEVICE_PROGRAM_MAP( vii_mem )
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", spg2xx_game_state, vii_vblank)
MCFG_SCREEN_ADD( "screen", RASTER )
MCFG_SCREEN_REFRESH_RATE(60)