summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4roses.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4roses.cpp')
-rw-r--r--src/mame/drivers/4roses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/4roses.cpp b/src/mame/drivers/4roses.cpp
index eb1befaa9a3..98feee3d6f3 100644
--- a/src/mame/drivers/4roses.cpp
+++ b/src/mame/drivers/4roses.cpp
@@ -462,7 +462,7 @@ MACHINE_CONFIG_START(_4roses_state::_4roses)
MCFG_PALETTE_ADD("palette", 0x1000)
MCFG_PALETTE_INIT_OWNER(_4roses_state,funworld)
- set_video_start_cb(config, driver_callback_delegate(&video_start_funworld, this));
+ MCFG_VIDEO_START_OVERRIDE(_4roses_state,funworld)
MCFG_MC6845_ADD("crtc", MC6845, "screen", MASTER_CLOCK/8) /* 2MHz, guess */
MCFG_MC6845_SHOW_BORDER_AREA(false)