summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ddragon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ddragon.cpp')
-rw-r--r--src/mame/video/ddragon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ddragon.cpp b/src/mame/video/ddragon.cpp
index 415f8189f84..6c4f33f454b 100644
--- a/src/mame/video/ddragon.cpp
+++ b/src/mame/video/ddragon.cpp
@@ -92,7 +92,7 @@ TILE_GET_INFO_MEMBER(ddragon_state::get_fg_16color_tile_info)
***************************************************************************/
-void ddragon_state::video_start_ddragon()
+VIDEO_START_MEMBER(ddragon_state,ddragon)
{
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(ddragon_state::get_bg_tile_info),this), tilemap_mapper_delegate(FUNC(ddragon_state::background_scan),this), 16, 16, 32, 32);
m_fg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(ddragon_state::get_fg_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 32, 32);