summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/canyon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/canyon.cpp')
-rw-r--r--src/mame/video/canyon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/canyon.cpp b/src/mame/video/canyon.cpp
index c25ec2f709c..7e22b311ebe 100644
--- a/src/mame/video/canyon.cpp
+++ b/src/mame/video/canyon.cpp
@@ -21,7 +21,7 @@ TILE_GET_INFO_MEMBER(canyon_state::get_bg_tile_info)
{
uint8_t code = m_videoram[tile_index];
- SET_TILE_INFO_MEMBER(0, code & 0x3f, code >> 7, 0);
+ tileinfo.set(0, code & 0x3f, code >> 7, 0);
}