summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mrjong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mrjong.cpp')
-rw-r--r--src/mame/video/mrjong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mrjong.cpp b/src/mame/video/mrjong.cpp
index 800758a9218..eb0a5875a36 100644
--- a/src/mame/video/mrjong.cpp
+++ b/src/mame/video/mrjong.cpp
@@ -98,7 +98,7 @@ TILE_GET_INFO_MEMBER(mrjong_state::get_bg_tile_info)
void mrjong_state::video_start()
{
- m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(mrjong_state::get_bg_tile_info),this), TILEMAP_SCAN_ROWS_FLIP_XY, 8, 8, 32, 32);
+ m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(mrjong_state::get_bg_tile_info)), TILEMAP_SCAN_ROWS_FLIP_XY, 8, 8, 32, 32);
}
/*