summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mikie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mikie.cpp')
-rw-r--r--src/mame/video/mikie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mikie.cpp b/src/mame/video/mikie.cpp
index 5e1c739dfa3..f9b837a9a50 100644
--- a/src/mame/video/mikie.cpp
+++ b/src/mame/video/mikie.cpp
@@ -120,7 +120,7 @@ TILE_GET_INFO_MEMBER(mikie_state::get_bg_tile_info)
else
tileinfo.category = 0;
- SET_TILE_INFO_MEMBER(0, code, color, flags);
+ tileinfo.set(0, code, color, flags);
}