summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/targeth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/targeth.cpp')
-rw-r--r--src/mame/video/targeth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/targeth.cpp b/src/mame/video/targeth.cpp
index 5460badc82f..2f7cf54e35e 100644
--- a/src/mame/video/targeth.cpp
+++ b/src/mame/video/targeth.cpp
@@ -41,7 +41,7 @@ TILE_GET_INFO_MEMBER(targeth_state::get_tile_info)
int data2 = m_videoram[(Layer * 0x2000/2) + (tile_index << 1) + 1];
int code = data & 0x3fff;
- SET_TILE_INFO_MEMBER(0, code, data2 & 0x1f, TILE_FLIPXY((data2 >> 5) & 0x03));
+ tileinfo.set(0, code, data2 & 0x1f, TILE_FLIPXY((data2 >> 5) & 0x03));
}
/***************************************************************************