summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/raiden.cpp')
-rw-r--r--src/mame/drivers/raiden.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden.cpp b/src/mame/drivers/raiden.cpp
index acf620a1906..c8f76110094 100644
--- a/src/mame/drivers/raiden.cpp
+++ b/src/mame/drivers/raiden.cpp
@@ -427,7 +427,7 @@ MACHINE_CONFIG_START(raiden_state::raidenb)
MCFG_DEVICE_PROGRAM_MAP(raidenb_main_map)
/* video hardware */
- MCFG_VIDEO_START_OVERRIDE(raiden_state,raidenb)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_raidenb, this));
MCFG_DEVICE_ADD("crtc", SEIBU_CRTC, 0)
MCFG_SEIBU_CRTC_LAYER_EN_CB(WRITE16(*this, raiden_state, raidenb_layer_enable_w))