summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/super80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/super80.cpp')
-rw-r--r--src/mame/video/super80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/super80.cpp b/src/mame/video/super80.cpp
index 62e098f3e8c..b88b4f4c064 100644
--- a/src/mame/video/super80.cpp
+++ b/src/mame/video/super80.cpp
@@ -282,7 +282,7 @@ uint32_t super80_state::screen_update_super80m(screen_device &screen, bitmap_ind
return 0;
}
-void super80_state::video_start_super80()
+VIDEO_START_MEMBER(super80_state,super80)
{
m_vidpg = 0xfe00;
}