summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/4enraya.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/4enraya.cpp')
-rw-r--r--src/mame/video/4enraya.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/4enraya.cpp b/src/mame/video/4enraya.cpp
index 3d82b8862dd..2af9b56bd1c 100644
--- a/src/mame/video/4enraya.cpp
+++ b/src/mame/video/4enraya.cpp
@@ -21,7 +21,7 @@ WRITE8_MEMBER(_4enraya_state::fenraya_videoram_w)
TILE_GET_INFO_MEMBER(_4enraya_state::get_tile_info)
{
int code = m_videoram[tile_index * 2] + (m_videoram[tile_index * 2 + 1] << 8);
- SET_TILE_INFO_MEMBER(0, code, 0, 0);
+ tileinfo.set(0, code, 0, 0);
}
void _4enraya_state::video_start()