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 890a7498778..f12ad2d7e64 100644
--- a/src/mame/video/system1.cpp
+++ b/src/mame/video/system1.cpp
@@ -156,7 +156,7 @@ void system1_state::video_start()
}
-VIDEO_START_MEMBER(system1_state,system2)
+void system1_state::video_start_system2()
{
video_start_common(8);
}