summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/circusc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/circusc.cpp')
-rw-r--r--src/mame/video/circusc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/circusc.cpp b/src/mame/video/circusc.cpp
index fa50b26a0a8..ab44ec4aff2 100644
--- a/src/mame/video/circusc.cpp
+++ b/src/mame/video/circusc.cpp
@@ -118,7 +118,7 @@ TILE_GET_INFO_MEMBER(circusc_state::get_tile_info)
void circusc_state::video_start()
{
- m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(circusc_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(circusc_state::get_tile_info)), TILEMAP_SCAN_ROWS, 8, 8, 32, 32);
m_bg_tilemap->set_scroll_cols(32);