summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toaplan2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/toaplan2.cpp')
-rw-r--r--src/mame/video/toaplan2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/toaplan2.cpp b/src/mame/video/toaplan2.cpp
index 091dca2041e..192147f1f88 100644
--- a/src/mame/video/toaplan2.cpp
+++ b/src/mame/video/toaplan2.cpp
@@ -53,7 +53,7 @@ TILE_GET_INFO_MEMBER(toaplan2_state::get_text_tile_info)
void toaplan2_state::create_tx_tilemap(int dx, int dx_flipped)
{
- m_tx_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(toaplan2_state::get_text_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 32);
+ m_tx_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(*this, FUNC(toaplan2_state::get_text_tile_info)), TILEMAP_SCAN_ROWS, 8, 8, 64, 32);
m_tx_tilemap->set_scroll_rows(8*32); /* line scrolling */
m_tx_tilemap->set_scroll_cols(1);