summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toaplan1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/toaplan1.cpp')
-rw-r--r--src/mame/video/toaplan1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/toaplan1.cpp b/src/mame/video/toaplan1.cpp
index c8923114a38..ba0e53b1ec1 100644
--- a/src/mame/video/toaplan1.cpp
+++ b/src/mame/video/toaplan1.cpp
@@ -145,7 +145,7 @@ TILE_GET_INFO_MEMBER(toaplan1_state::get_tile_info)
tile_number = m_tilevram[Layer][2 * tile_index + 1] & 0x7fff;
attrib = m_tilevram[Layer][2 * tile_index];
color = attrib & 0x3f;
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
tile_number,
color,
0);