summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/karnov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/karnov.cpp')
-rw-r--r--src/mame/drivers/karnov.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/karnov.cpp b/src/mame/drivers/karnov.cpp
index dcfee9c0010..e709dba8290 100644
--- a/src/mame/drivers/karnov.cpp
+++ b/src/mame/drivers/karnov.cpp
@@ -838,7 +838,7 @@ MACHINE_CONFIG_START(karnov_state::karnov)
MCFG_DECO_KARNOVSPRITES_GFX_REGION(2)
MCFG_DECO_KARNOVSPRITES_GFXDECODE("gfxdecode")
- MCFG_VIDEO_START_OVERRIDE(karnov_state,karnov)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_karnov, this));
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -916,7 +916,7 @@ MACHINE_CONFIG_START(karnov_state::wndrplnt)
MCFG_DECO_KARNOVSPRITES_GFX_REGION(2)
MCFG_DECO_KARNOVSPRITES_GFXDECODE("gfxdecode")
- MCFG_VIDEO_START_OVERRIDE(karnov_state,wndrplnt)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_wndrplnt, this));
/* sound hardware */
SPEAKER(config, "mono").front_center();