summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/galaga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/galaga.cpp')
-rw-r--r--src/mame/video/galaga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/galaga.cpp b/src/mame/video/galaga.cpp
index e86c2350e98..d1893441f4a 100644
--- a/src/mame/video/galaga.cpp
+++ b/src/mame/video/galaga.cpp
@@ -428,7 +428,7 @@ TILE_GET_INFO_MEMBER(galaga_state::get_tile_info)
***************************************************************************/
-VIDEO_START_MEMBER(galaga_state,galaga)
+void galaga_state::video_start_galaga()
{
m_fg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(galaga_state::get_tile_info),this),tilemap_mapper_delegate(FUNC(galaga_state::tilemap_scan),this),8,8,36,28);
m_fg_tilemap->configure_groups(*m_gfxdecode->gfx(0), 0x1f);