summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tiamc1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tiamc1.cpp')
-rw-r--r--src/mame/drivers/tiamc1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tiamc1.cpp b/src/mame/drivers/tiamc1.cpp
index 43ac507d597..b22e86f168e 100644
--- a/src/mame/drivers/tiamc1.cpp
+++ b/src/mame/drivers/tiamc1.cpp
@@ -363,7 +363,7 @@ MACHINE_CONFIG_START(tiamc1_state::kot)
MCFG_DEVICE_IO_MAP(kotrybolov_io_map)
MCFG_SCREEN_MODIFY("screen")
- MCFG_VIDEO_START_OVERRIDE(tiamc1_state, kot)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_kot, this));
MCFG_SCREEN_UPDATE_DRIVER(tiamc1_state, screen_update_kot)
MCFG_GFXDECODE_MODIFY("gfxdecode", gfx_kot)