summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcr3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcr3.cpp')
-rw-r--r--src/mame/video/mcr3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcr3.cpp b/src/mame/video/mcr3.cpp
index 27e32467a49..f8b36f4d27c 100644
--- a/src/mame/video/mcr3.cpp
+++ b/src/mame/video/mcr3.cpp
@@ -95,7 +95,7 @@ void mcr3_state::video_start()
}
-void mcr3_state::video_start_spyhunt()
+VIDEO_START_MEMBER(mcr3_state,spyhunt)
{
// initialize the background tilemap
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(mcr3_state::spyhunt_get_bg_tile_info),this), tilemap_mapper_delegate(FUNC(mcr3_state::spyhunt_bg_scan),this), 64,32, 64,32);