summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mogura.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mogura.cpp')
-rw-r--r--src/mame/drivers/mogura.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mogura.cpp b/src/mame/drivers/mogura.cpp
index cf81571882e..d10d0d0f6cf 100644
--- a/src/mame/drivers/mogura.cpp
+++ b/src/mame/drivers/mogura.cpp
@@ -87,7 +87,7 @@ TILE_GET_INFO_MEMBER(mogura_state::get_mogura_tile_info)
int code = m_tileram[tile_index];
int attr = m_tileram[tile_index + 0x800];
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
code,
(attr >> 1) & 7,
0);