summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vroulet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vroulet.cpp')
-rw-r--r--src/mame/drivers/vroulet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vroulet.cpp b/src/mame/drivers/vroulet.cpp
index 99d3a8c4545..64af809e247 100644
--- a/src/mame/drivers/vroulet.cpp
+++ b/src/mame/drivers/vroulet.cpp
@@ -132,7 +132,7 @@ TILE_GET_INFO_MEMBER(vroulet_state::get_bg_tile_info)
int code = m_videoram[tile_index] + ((attr & 0xc0) << 2);
int color = attr & 0x1f;
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}
void vroulet_state::video_start()