summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sidepckt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sidepckt.cpp')
-rw-r--r--src/mame/video/sidepckt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/sidepckt.cpp b/src/mame/video/sidepckt.cpp
index e4d08556c48..e9673a95572 100644
--- a/src/mame/video/sidepckt.cpp
+++ b/src/mame/video/sidepckt.cpp
@@ -71,7 +71,7 @@ TILE_GET_INFO_MEMBER(sidepckt_state::get_tile_info)
void sidepckt_state::video_start()
{
- m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(sidepckt_state::get_tile_info),this),TILEMAP_SCAN_ROWS,8,8,32,32);
+ m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(sidepckt_state::get_tile_info)), TILEMAP_SCAN_ROWS, 8,8, 32,32);
m_bg_tilemap->set_transmask(0,0xff,0x00); /* split type 0 is totally transparent in front half */
m_bg_tilemap->set_transmask(1,0x01,0xfe); /* split type 1 has pen 0 transparent in front half */