summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sanremo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sanremo.cpp')
-rw-r--r--src/mame/drivers/sanremo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sanremo.cpp b/src/mame/drivers/sanremo.cpp
index 91c46478352..3c78bc8fc47 100644
--- a/src/mame/drivers/sanremo.cpp
+++ b/src/mame/drivers/sanremo.cpp
@@ -164,7 +164,7 @@ TILE_GET_INFO_MEMBER(sanremo_state::get_tile_info)
int code = m_videoram[tile_index];
int bank = m_attrram[tile_index];
- SET_TILE_INFO_MEMBER(0, code + bank * 256, 0, 0);
+ tileinfo.set(0, code + bank * 256, 0, 0);
}
void sanremo_state::video_start()