summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/circusc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/circusc.cpp')
-rw-r--r--src/mame/video/circusc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/circusc.cpp b/src/mame/video/circusc.cpp
index ab44ec4aff2..da91cbea072 100644
--- a/src/mame/video/circusc.cpp
+++ b/src/mame/video/circusc.cpp
@@ -101,7 +101,7 @@ TILE_GET_INFO_MEMBER(circusc_state::get_tile_info)
uint8_t const attr = m_colorram[tile_index];
tileinfo.category = BIT(attr, 4);
- SET_TILE_INFO_MEMBER(
+ tileinfo.set(
0,
m_videoram[tile_index] + ((attr & 0x20) << 3),
attr & 0x0f,