summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007342.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007342.cpp')
-rw-r--r--src/mame/video/k007342.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k007342.cpp b/src/mame/video/k007342.cpp
index 0cd29eab5f0..179b2c74c04 100644
--- a/src/mame/video/k007342.cpp
+++ b/src/mame/video/k007342.cpp
@@ -280,7 +280,7 @@ void k007342_device::get_tile_info( tile_data &tileinfo, int tile_index, int lay
m_callback(layer, m_regs[1], &code, &color, &flags);
- SET_TILE_INFO_MEMBER(m_gfxnum,
+ tileinfo.set(m_gfxnum,
code,
color,
flags);