summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simple_st0016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simple_st0016.cpp')
-rw-r--r--src/mame/drivers/simple_st0016.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/simple_st0016.cpp b/src/mame/drivers/simple_st0016.cpp
index 3678122b2e1..1260aa81686 100644
--- a/src/mame/drivers/simple_st0016.cpp
+++ b/src/mame/drivers/simple_st0016.cpp
@@ -484,7 +484,7 @@ MACHINE_CONFIG_START(st0016_state::st0016)
MCFG_SCREEN_PALETTE("maincpu:palette")
-// set_video_start_cb(config, driver_callback_delegate(&video_start_st0016, this));
+// MCFG_VIDEO_START_OVERRIDE(st0016_state,st0016)
MACHINE_CONFIG_END