summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jalmah.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jalmah.cpp')
-rw-r--r--src/mame/drivers/jalmah.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jalmah.cpp b/src/mame/drivers/jalmah.cpp
index 4b152be2824..52efc7aed82 100644
--- a/src/mame/drivers/jalmah.cpp
+++ b/src/mame/drivers/jalmah.cpp
@@ -281,7 +281,7 @@ TILE_GET_INFO_MEMBER(urashima_state::get_tile_info_urashima)
uint16_t tile = code & 0xfff;
int region = (TileChip == 0) ? m_tile_bank : 3;
- SET_TILE_INFO_MEMBER(region,
+ tileinfo.set(region,
tile,
code >> 12,
0);