summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/yiear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/yiear.cpp')
-rw-r--r--src/mame/video/yiear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/yiear.cpp b/src/mame/video/yiear.cpp
index 7adbafbd09a..db06b612fc2 100644
--- a/src/mame/video/yiear.cpp
+++ b/src/mame/video/yiear.cpp
@@ -96,7 +96,7 @@ TILE_GET_INFO_MEMBER(yiear_state::get_bg_tile_info)
// int color = (attr & 0xf0) >> 4;
int flags = ((attr & 0x80) ? TILE_FLIPX : 0) | ((attr & 0x40) ? TILE_FLIPY : 0);
- SET_TILE_INFO_MEMBER(0, code, 0, flags);
+ tileinfo.set(0, code, 0, flags);
}
void yiear_state::video_start()