summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/supercrd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/supercrd.cpp')
-rw-r--r--src/mame/drivers/supercrd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/supercrd.cpp b/src/mame/drivers/supercrd.cpp
index cd275e71201..9acbc2a9a57 100644
--- a/src/mame/drivers/supercrd.cpp
+++ b/src/mame/drivers/supercrd.cpp
@@ -274,7 +274,7 @@ TILE_GET_INFO_MEMBER(supercrd_state::get_bg_tile_info)
int code = attr & 0xfff;
int color = m_colorram[offs] >> 4; // 4 bits for color.
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}