summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kncljoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kncljoe.cpp')
-rw-r--r--src/mame/video/kncljoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kncljoe.cpp b/src/mame/video/kncljoe.cpp
index 5a366683f30..b600f77f024 100644
--- a/src/mame/video/kncljoe.cpp
+++ b/src/mame/video/kncljoe.cpp
@@ -83,7 +83,7 @@ TILE_GET_INFO_MEMBER(kncljoe_state::get_bg_tile_info)
int attr = m_videoram[2 * tile_index + 1];
int code = m_videoram[2 * tile_index] + ((attr & 0xc0) << 2) + (m_tile_bank << 10);
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
code,
attr & 0xf,
TILE_FLIPXY((attr & 0x30) >> 4));