summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/nycaptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/nycaptor.cpp')
-rw-r--r--src/mame/video/nycaptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/nycaptor.cpp b/src/mame/video/nycaptor.cpp
index c3b2abcbb68..b6f05ebeee2 100644
--- a/src/mame/video/nycaptor.cpp
+++ b/src/mame/video/nycaptor.cpp
@@ -51,7 +51,7 @@ TILE_GET_INFO_MEMBER(nycaptor_state::get_tile_info)
}
#endif
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
m_videoram[tile_index * 2] + ((m_videoram[tile_index * 2 + 1] & 0xc0) << 2) + 0x400 * m_char_bank,
pal, 0
);