summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tunhunt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tunhunt.cpp')
-rw-r--r--src/mame/video/tunhunt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tunhunt.cpp b/src/mame/video/tunhunt.cpp
index 04cb025ede8..5da4b5d764f 100644
--- a/src/mame/video/tunhunt.cpp
+++ b/src/mame/video/tunhunt.cpp
@@ -76,7 +76,7 @@ void tunhunt_state::video_start()
m_tmpbitmap.allocate(256, 64, m_screen->format());
- m_fg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(tunhunt_state::get_fg_tile_info),this), TILEMAP_SCAN_COLS, 8, 8, 32, 32);
+ m_fg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(tunhunt_state::get_fg_tile_info)), TILEMAP_SCAN_COLS, 8, 8, 32, 32);
m_fg_tilemap->set_transparent_pen(0);
m_fg_tilemap->set_scrollx(0, 64);