summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/astrocde.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/astrocde.cpp')
-rw-r--r--src/mame/video/astrocde.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/astrocde.cpp b/src/mame/video/astrocde.cpp
index cc53ca0cf1a..2e383501505 100644
--- a/src/mame/video/astrocde.cpp
+++ b/src/mame/video/astrocde.cpp
@@ -179,7 +179,7 @@ void astrocde_state::video_start()
}
-VIDEO_START_MEMBER(astrocde_state,profpac)
+void astrocde_state::video_start_profpac()
{
/* allocate timers */
m_scanline_timer = timer_alloc(TIMER_SCANLINE);