summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dmndrby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dmndrby.cpp')
-rw-r--r--src/mame/drivers/dmndrby.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dmndrby.cpp b/src/mame/drivers/dmndrby.cpp
index 93be2638d18..f86eae03466 100644
--- a/src/mame/drivers/dmndrby.cpp
+++ b/src/mame/drivers/dmndrby.cpp
@@ -362,7 +362,7 @@ TILE_GET_INFO_MEMBER(dmndrby_state::get_dmndrby_tile_info)
int flipx = (attr&0x40)>>6;
- SET_TILE_INFO_MEMBER(2,
+ tileinfo.set(2,
code,
col,
TILE_FLIPYX(flipx) );