summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/thedeep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/thedeep.cpp')
-rw-r--r--src/mame/video/thedeep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/thedeep.cpp b/src/mame/video/thedeep.cpp
index 60cb5005c29..28edd39a90b 100644
--- a/src/mame/video/thedeep.cpp
+++ b/src/mame/video/thedeep.cpp
@@ -44,7 +44,7 @@ TILE_GET_INFO_MEMBER(thedeep_state::get_tile_info)
{
uint8_t code = m_textram[ tile_index * 2 + 0 ];
uint8_t color = m_textram[ tile_index * 2 + 1 ];
- SET_TILE_INFO_MEMBER(2,
+ tileinfo.set(2,
code + (color << 8),
(color & 0xf0) >> 4,
0);