summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/alpha68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/alpha68k.cpp')
-rw-r--r--src/mame/video/alpha68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/alpha68k.cpp b/src/mame/video/alpha68k.cpp
index 9fbfc853229..5fa130a8eab 100644
--- a/src/mame/video/alpha68k.cpp
+++ b/src/mame/video/alpha68k.cpp
@@ -40,7 +40,7 @@ WRITE16_MEMBER(alpha68k_state::alpha68k_videoram_w)
m_fix_tilemap->mark_tile_dirty(offset / 2);
}
-VIDEO_START_MEMBER(alpha68k_state,alpha68k)
+void alpha68k_state::video_start_alpha68k()
{
m_fix_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(alpha68k_state::get_tile_info),this), TILEMAP_SCAN_COLS, 8, 8, 32, 32);
m_fix_tilemap->set_transparent_pen(0);