summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suna8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suna8.cpp')
-rw-r--r--src/mame/video/suna8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/suna8.cpp b/src/mame/video/suna8.cpp
index e187d56dd6d..c50647e3069 100644
--- a/src/mame/video/suna8.cpp
+++ b/src/mame/video/suna8.cpp
@@ -50,7 +50,7 @@ TILE_GET_INFO_MEMBER(suna8_state::get_tile_info)
code = m_spriteram[ 2 * tile_index + 0 ];
attr = m_spriteram[ 2 * tile_index + 1 ];
}
- SET_TILE_INFO_MEMBER(m_page / 8,
+ tileinfo.set(m_page / 8,
( (attr & 0x03) << 8 ) + code + m_tiles*0x400,
(attr >> 2) & 0xf,
TILE_FLIPYX( (attr >> 6) & 3 ));