summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sauro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sauro.cpp')
-rw-r--r--src/mame/drivers/sauro.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sauro.cpp b/src/mame/drivers/sauro.cpp
index 2343637c0e0..f239cd1f5f5 100644
--- a/src/mame/drivers/sauro.cpp
+++ b/src/mame/drivers/sauro.cpp
@@ -491,7 +491,7 @@ MACHINE_CONFIG_START(sauro_state::trckydoc)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_trckydoc)
- set_video_start_cb(config, driver_callback_delegate(&video_start_trckydoc, this));
+ MCFG_VIDEO_START_OVERRIDE(sauro_state,trckydoc)
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_UPDATE_DRIVER(sauro_state, screen_update_trckydoc)
@@ -518,7 +518,7 @@ MACHINE_CONFIG_START(sauro_state::sauro)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_sauro)
- set_video_start_cb(config, driver_callback_delegate(&video_start_sauro, this));
+ MCFG_VIDEO_START_OVERRIDE(sauro_state,sauro)
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_UPDATE_DRIVER(sauro_state, screen_update_sauro)