summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/c45.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/c45.cpp')
-rw-r--r--src/mame/video/c45.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/c45.cpp b/src/mame/video/c45.cpp
index 19946abdeee..2491cff651f 100644
--- a/src/mame/video/c45.cpp
+++ b/src/mame/video/c45.cpp
@@ -263,5 +263,5 @@ TILE_GET_INFO_MEMBER( namco_c45_road_device::get_road_info )
uint16_t data = m_tmapram[tile_index];
int tile = data & 0x3ff;
int color = data >> 10;
- SET_TILE_INFO_MEMBER(0, tile, color, 0);
+ tileinfo.set(0, tile, color, 0);
}