summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gatron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gatron.cpp')
-rw-r--r--src/mame/video/gatron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gatron.cpp b/src/mame/video/gatron.cpp
index cd47ecae741..822627e7287 100644
--- a/src/mame/video/gatron.cpp
+++ b/src/mame/video/gatron.cpp
@@ -47,7 +47,7 @@ void gatron_state::video_start()
{
m_lamps.resolve();
- m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(gatron_state::get_bg_tile_info), this), TILEMAP_SCAN_COLS, 8, 16, 48, 16);
+ m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(gatron_state::get_bg_tile_info)), TILEMAP_SCAN_COLS, 8, 16, 48, 16);
}
uint32_t gatron_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)