summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/thedeep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/thedeep.cpp')
-rw-r--r--src/mame/video/thedeep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/thedeep.cpp b/src/mame/video/thedeep.cpp
index 8ca4fd02419..60cb5005c29 100644
--- a/src/mame/video/thedeep.cpp
+++ b/src/mame/video/thedeep.cpp
@@ -78,7 +78,7 @@ void thedeep_state::thedeep_palette(palette_device &palette) const
void thedeep_state::video_start()
{
- m_text_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(thedeep_state::get_tile_info), this), TILEMAP_SCAN_ROWS, 8, 8, 0x20, 0x20);
+ m_text_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(thedeep_state::get_tile_info)), TILEMAP_SCAN_ROWS, 8, 8, 0x20, 0x20);
m_text_tilemap->set_transparent_pen(0);
}