summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kchamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kchamp.cpp')
-rw-r--r--src/mame/video/kchamp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kchamp.cpp b/src/mame/video/kchamp.cpp
index ea81463be36..11b39e43de2 100644
--- a/src/mame/video/kchamp.cpp
+++ b/src/mame/video/kchamp.cpp
@@ -47,7 +47,7 @@ TILE_GET_INFO_MEMBER(kchamp_state::get_bg_tile_info)
int code = m_videoram[tile_index] + ((m_colorram[tile_index] & 7) << 8);
int color = (m_colorram[tile_index] >> 3) & 0x1f;
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}
void kchamp_state::video_start()