summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/travrusa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/travrusa.cpp')
-rw-r--r--src/mame/video/travrusa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/travrusa.cpp b/src/mame/video/travrusa.cpp
index de3e0a9dc29..6cf0d181cd3 100644
--- a/src/mame/video/travrusa.cpp
+++ b/src/mame/video/travrusa.cpp
@@ -195,7 +195,7 @@ TILE_GET_INFO_MEMBER(travrusa_state::get_tile_info)
tileinfo.group = ((attr & 0x0f) == 0x0f) ? 1 : 0; /* tunnels */
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
m_videoram[2 * tile_index] + ((attr & 0xc0) << 2),
attr & 0x0f,
flags);