summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/d9final.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/d9final.cpp')
-rw-r--r--src/mame/drivers/d9final.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/d9final.cpp b/src/mame/drivers/d9final.cpp
index adcb78987ab..c372d277afd 100644
--- a/src/mame/drivers/d9final.cpp
+++ b/src/mame/drivers/d9final.cpp
@@ -82,7 +82,7 @@ TILE_GET_INFO_MEMBER(d9final_state::get_sc0_tile_info)
int tile = ((m_hi_vram[tile_index] & 0x3f)<<8) | m_lo_vram[tile_index];
int color = m_cram[tile_index] & 0x3f;
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
tile,
color,
0);