summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/shisen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/shisen.cpp')
-rw-r--r--src/mame/video/shisen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/shisen.cpp b/src/mame/video/shisen.cpp
index a92d13d1ef2..44863969db8 100644
--- a/src/mame/video/shisen.cpp
+++ b/src/mame/video/shisen.cpp
@@ -43,7 +43,7 @@ TILE_GET_INFO_MEMBER(shisen_state::get_bg_tile_info)
int code = m_videoram[offs] + ((m_videoram[offs + 1] & 0x0f) << 8) + (m_gfxbank << 12);
int color = (m_videoram[offs + 1] & 0xf0) >> 4;
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}
void shisen_state::video_start()