summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cball.cpp')
-rw-r--r--src/mame/drivers/cball.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cball.cpp b/src/mame/drivers/cball.cpp
index f0c8e1cc731..43b0056e519 100644
--- a/src/mame/drivers/cball.cpp
+++ b/src/mame/drivers/cball.cpp
@@ -69,7 +69,7 @@ TILE_GET_INFO_MEMBER(cball_state::get_tile_info)
{
uint8_t code = m_video_ram[tile_index];
- SET_TILE_INFO_MEMBER(0, code, code >> 7, 0);
+ tileinfo.set(0, code, code >> 7, 0);
}