summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dogfgt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dogfgt.cpp')
-rw-r--r--src/mame/video/dogfgt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dogfgt.cpp b/src/mame/video/dogfgt.cpp
index 5035f64bf78..3d60cfa028c 100644
--- a/src/mame/video/dogfgt.cpp
+++ b/src/mame/video/dogfgt.cpp
@@ -53,7 +53,7 @@ void dogfgt_state::dogfgt_palette(palette_device &palette) const
TILE_GET_INFO_MEMBER(dogfgt_state::get_tile_info)
{
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
m_bgvideoram[tile_index],
m_bgvideoram[tile_index + 0x400] & 0x03,
0);