summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hexion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hexion.cpp')
-rw-r--r--src/mame/video/hexion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hexion.cpp b/src/mame/video/hexion.cpp
index cfaefbe9479..1721b58ba9d 100644
--- a/src/mame/video/hexion.cpp
+++ b/src/mame/video/hexion.cpp
@@ -15,7 +15,7 @@
inline void hexion_state::get_tile_info(tile_data &tileinfo,int tile_index,uint8_t *ram)
{
tile_index *= 4;
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
ram[tile_index] + ((ram[tile_index+1] & 0x3f) << 8),
ram[tile_index+2] & 0x0f,
0);