summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/triplhnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/triplhnt.cpp')
-rw-r--r--src/mame/video/triplhnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/triplhnt.cpp b/src/mame/video/triplhnt.cpp
index b211a167460..333e24726ae 100644
--- a/src/mame/video/triplhnt.cpp
+++ b/src/mame/video/triplhnt.cpp
@@ -22,7 +22,7 @@ void triplhnt_state::video_start()
{
m_screen->register_screen_bitmap(m_helper);
- m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(triplhnt_state::get_tile_info),this), TILEMAP_SCAN_ROWS, 16, 16, 16, 16);
+ m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(triplhnt_state::get_tile_info)), TILEMAP_SCAN_ROWS, 16, 16, 16, 16);
m_hit_timer = timer_alloc(TIMER_HIT);