summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superdq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/superdq.cpp')
-rw-r--r--src/mame/drivers/superdq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/superdq.cpp b/src/mame/drivers/superdq.cpp
index fda97f7601a..744ca2295c4 100644
--- a/src/mame/drivers/superdq.cpp
+++ b/src/mame/drivers/superdq.cpp
@@ -80,7 +80,7 @@ TILE_GET_INFO_MEMBER(superdq_state::get_tile_info)
{
int tile = m_videoram[tile_index];
- SET_TILE_INFO_MEMBER(0, tile, m_color_bank, 0);
+ tileinfo.set(0, tile, m_color_bank, 0);
}
void superdq_state::video_start()