summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/higemaru.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/higemaru.cpp')
-rw-r--r--src/mame/video/higemaru.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/higemaru.cpp b/src/mame/video/higemaru.cpp
index 804fad9d572..e2b73ec5e7c 100644
--- a/src/mame/video/higemaru.cpp
+++ b/src/mame/video/higemaru.cpp
@@ -91,7 +91,7 @@ TILE_GET_INFO_MEMBER(higemaru_state::get_bg_tile_info)
int code = m_videoram[tile_index] + ((m_colorram[tile_index] & 0x80) << 1);
int color = m_colorram[tile_index] & 0x1f;
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}
void higemaru_state::video_start()