summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/system1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/system1.cpp')
-rw-r--r--src/mame/video/system1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/system1.cpp b/src/mame/video/system1.cpp
index f12ad2d7e64..890a7498778 100644
--- a/src/mame/video/system1.cpp
+++ b/src/mame/video/system1.cpp
@@ -156,7 +156,7 @@ void system1_state::video_start()
}
-void system1_state::video_start_system2()
+VIDEO_START_MEMBER(system1_state,system2)
{
video_start_common(8);
}