summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/trvmadns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trvmadns.cpp')
-rw-r--r--src/mame/drivers/trvmadns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trvmadns.cpp b/src/mame/drivers/trvmadns.cpp
index 3c589e711e5..4bc3caa2a05 100644
--- a/src/mame/drivers/trvmadns.cpp
+++ b/src/mame/drivers/trvmadns.cpp
@@ -271,7 +271,7 @@ TILE_GET_INFO_MEMBER(trvmadns_state::tile_info)
uint8_t color = (attr >> 3) & 0x0f;
uint8_t flags = TILE_FLIPXY((attr >> 1) & 0x03);
- SET_TILE_INFO_MEMBER(0, tile, color, flags);
+ tileinfo.set(0, tile, color, flags);
}