summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/holeland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/holeland.cpp')
-rw-r--r--src/mame/video/holeland.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/holeland.cpp b/src/mame/video/holeland.cpp
index 043a5d0519b..3000a758edb 100644
--- a/src/mame/video/holeland.cpp
+++ b/src/mame/video/holeland.cpp
@@ -55,7 +55,7 @@ TILE_GET_INFO_MEMBER(holeland_state::crzrally_get_tile_info)
***************************************************************************/
-void holeland_state::video_start_holeland()
+VIDEO_START_MEMBER(holeland_state,holeland)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(holeland_state::holeland_get_tile_info),this), TILEMAP_SCAN_ROWS, 16, 16, 32, 32);
@@ -65,7 +65,7 @@ void holeland_state::video_start_holeland()
save_item(NAME(m_palette_offset));
}
-void holeland_state::video_start_crzrally()
+VIDEO_START_MEMBER(holeland_state,crzrally)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(holeland_state::crzrally_get_tile_info),this), TILEMAP_SCAN_COLS, 8, 8, 32, 32);