summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hnayayoi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hnayayoi.cpp')
-rw-r--r--src/mame/drivers/hnayayoi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hnayayoi.cpp b/src/mame/drivers/hnayayoi.cpp
index 0a0df6d5b72..f56a6765961 100644
--- a/src/mame/drivers/hnayayoi.cpp
+++ b/src/mame/drivers/hnayayoi.cpp
@@ -617,7 +617,7 @@ MACHINE_CONFIG_START(hnayayoi_state::untoucha)
MCFG_DEVICE_MODIFY("crtc")
MCFG_MC6845_UPDATE_ROW_CB(hnayayoi_state, untoucha_update_row)
- MCFG_VIDEO_START_OVERRIDE(hnayayoi_state,untoucha)
+ set_video_start_cb(config, driver_callback_delegate(&video_start_untoucha, this));
MACHINE_CONFIG_END