summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/firefox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/firefox.cpp')
-rw-r--r--src/mame/drivers/firefox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/firefox.cpp b/src/mame/drivers/firefox.cpp
index 5cef1cb90c1..10332c3008a 100644
--- a/src/mame/drivers/firefox.cpp
+++ b/src/mame/drivers/firefox.cpp
@@ -235,7 +235,7 @@ WRITE8_MEMBER(firefox_state::firefox_disc_data_w)
TILE_GET_INFO_MEMBER(firefox_state::bgtile_get_info)
{
- SET_TILE_INFO_MEMBER(0, m_tileram[tile_index], 0, 0);
+ tileinfo.set(0, m_tileram[tile_index], 0, 0);
}