summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/system1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/system1.cpp')
-rw-r--r--src/mame/video/system1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/system1.cpp b/src/mame/video/system1.cpp
index a1be96877c9..9bc83949de7 100644
--- a/src/mame/video/system1.cpp
+++ b/src/mame/video/system1.cpp
@@ -182,7 +182,7 @@ TILE_GET_INFO_MEMBER(system1_state::tile_get_info)
u32 code = ((tiledata >> 4) & 0x800) | (tiledata & 0x7ff);
u32 color = (tiledata >> 5) & 0xff;
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}