summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/blueprnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/blueprnt.cpp')
-rw-r--r--src/mame/video/blueprnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/blueprnt.cpp b/src/mame/video/blueprnt.cpp
index 59ea2aa97b8..7005cb5c1f5 100644
--- a/src/mame/video/blueprnt.cpp
+++ b/src/mame/video/blueprnt.cpp
@@ -115,7 +115,7 @@ TILE_GET_INFO_MEMBER(blueprnt_state::get_bg_tile_info)
VIDEO_START_MEMBER(blueprnt_state,blueprnt)
{
- m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(blueprnt_state::get_bg_tile_info),this), TILEMAP_SCAN_COLS_FLIP_X, 8, 8, 32, 32);
+ m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(blueprnt_state::get_bg_tile_info)), TILEMAP_SCAN_COLS_FLIP_X, 8, 8, 32, 32);
m_bg_tilemap->set_transparent_pen(0);
m_bg_tilemap->set_scroll_cols(32);