summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wgp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wgp.cpp')
-rw-r--r--src/mame/video/wgp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/wgp.cpp b/src/mame/video/wgp.cpp
index d0e162fc463..9d12fb3d3f8 100644
--- a/src/mame/video/wgp.cpp
+++ b/src/mame/video/wgp.cpp
@@ -70,7 +70,7 @@ void wgp_state::video_start()
core_vh_start(32, 16);
}
-VIDEO_START_MEMBER(wgp_state,wgp2)
+void wgp_state::video_start_wgp2()
{
core_vh_start(32, 16);
}