summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/model1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/model1.cpp')
-rw-r--r--src/mame/video/model1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/model1.cpp b/src/mame/video/model1.cpp
index b10c4e3640c..65fe8bed3e6 100644
--- a/src/mame/video/model1.cpp
+++ b/src/mame/video/model1.cpp
@@ -1562,7 +1562,7 @@ void model1_state::tgp_scan()
m_render_done = 0;
}
-void model1_state::video_start_model1()
+VIDEO_START_MEMBER(model1_state, model1)
{
m_view = std::make_unique<model1_state::view_t>();