summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pingpong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pingpong.cpp')
-rw-r--r--src/mame/video/pingpong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pingpong.cpp b/src/mame/video/pingpong.cpp
index 5ca96fd42a3..f5661b8f86a 100644
--- a/src/mame/video/pingpong.cpp
+++ b/src/mame/video/pingpong.cpp
@@ -99,7 +99,7 @@ TILE_GET_INFO_MEMBER(pingpong_state::get_bg_tile_info)
int color = attr & 0x1f;
int flags = ((attr & 0x40) ? TILE_FLIPX : 0) | ((attr & 0x80) ? TILE_FLIPY : 0);
- SET_TILE_INFO_MEMBER(0, code, color, flags);
+ tileinfo.set(0, code, color, flags);
}
void pingpong_state::video_start()