summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/funworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/funworld.cpp')
-rw-r--r--src/mame/video/funworld.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/funworld.cpp b/src/mame/video/funworld.cpp
index 7a3300bd2f7..4c390c42e9a 100644
--- a/src/mame/video/funworld.cpp
+++ b/src/mame/video/funworld.cpp
@@ -125,17 +125,17 @@ TILE_GET_INFO_MEMBER(funworld_state::get_bg_tile_info)
}
-void funworld_state::video_start_funworld()
+VIDEO_START_MEMBER(funworld_state, funworld)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(funworld_state::get_bg_tile_info),this), TILEMAP_SCAN_ROWS, 4, 8, 96, 29);
}
-void funworld_state::video_start_magicrd2()
+VIDEO_START_MEMBER(funworld_state, magicrd2)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(funworld_state::get_bg_tile_info),this), TILEMAP_SCAN_ROWS, 4, 8, 112, 34);
}
-void funworld_state::video_start_chinatow()
+VIDEO_START_MEMBER(funworld_state, chinatow)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(funworld_state::get_bg_tile_info),this), TILEMAP_SCAN_ROWS, 4, 8, 96, 31);
}