summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amusco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/amusco.cpp')
-rw-r--r--src/mame/drivers/amusco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amusco.cpp b/src/mame/drivers/amusco.cpp
index 8579713ff6d..1783a0d7b86 100644
--- a/src/mame/drivers/amusco.cpp
+++ b/src/mame/drivers/amusco.cpp
@@ -181,7 +181,7 @@ TILE_GET_INFO_MEMBER(amusco_state::get_bg_tile_info)
if (BIT(code, 15) && !m_blink_state)
code = 0;
- SET_TILE_INFO_MEMBER(
+ tileinfo.set(
0 /* bank */,
code & 0x3ff,
color,