summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ssv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ssv.cpp')
-rw-r--r--src/mame/video/ssv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ssv.cpp b/src/mame/video/ssv.cpp
index 19d5d4bcc64..1bbfd96cab8 100644
--- a/src/mame/video/ssv.cpp
+++ b/src/mame/video/ssv.cpp
@@ -227,7 +227,7 @@ TILE_GET_INFO_MEMBER(ssv_state::get_tile_info_0)
{
uint16_t tile = m_gdfs_tmapram[tile_index];
- SET_TILE_INFO_MEMBER(1, tile, 0, TILE_FLIPXY( tile >> 14 ));
+ tileinfo.set(1, tile, 0, TILE_FLIPXY( tile >> 14 ));
}
WRITE16_MEMBER(ssv_state::gdfs_tmapram_w)