summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0280grd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0280grd.cpp')
-rw-r--r--src/mame/video/tc0280grd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0280grd.cpp b/src/mame/video/tc0280grd.cpp
index 8837a1e9440..ce581642952 100644
--- a/src/mame/video/tc0280grd.cpp
+++ b/src/mame/video/tc0280grd.cpp
@@ -84,7 +84,7 @@ void tc0280grd_device::device_reset()
TILE_GET_INFO_MEMBER(tc0280grd_device::get_tile_info)
{
int attr = m_ram[tile_index];
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
attr & 0x3fff,
((attr & 0xc000) >> 14) + m_base_color,
0);