summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ettrivia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ettrivia.cpp')
-rw-r--r--src/mame/drivers/ettrivia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ettrivia.cpp b/src/mame/drivers/ettrivia.cpp
index 3935e438c7a..147c03bbb9b 100644
--- a/src/mame/drivers/ettrivia.cpp
+++ b/src/mame/drivers/ettrivia.cpp
@@ -227,7 +227,7 @@ void ettrivia_state::get_tile_info(tile_data &tileinfo, int tile_index, uint8_t
code += m_gfx_bank * 0x100;
- SET_TILE_INFO_MEMBER(gfx_code,code,color,0);
+ tileinfo.set(gfx_code,code,color,0);
}
TILE_GET_INFO_MEMBER(ettrivia_state::get_tile_info_bg)