summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m10.cpp')
-rw-r--r--src/mame/video/m10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/m10.cpp b/src/mame/video/m10.cpp
index ce111021505..bf770252b75 100644
--- a/src/mame/video/m10.cpp
+++ b/src/mame/video/m10.cpp
@@ -52,7 +52,7 @@ TILEMAP_MAPPER_MEMBER(m10_state::tilemap_scan)
TILE_GET_INFO_MEMBER(m10_state::get_tile_info)
{
- SET_TILE_INFO_MEMBER(0, m_videoram[tile_index], m_colorram[tile_index] & 0x07, 0);
+ tileinfo.set(0, m_videoram[tile_index], m_colorram[tile_index] & 0x07, 0);
}