diff options
Diffstat (limited to 'src/mame/drivers/m14.cpp')
-rw-r--r-- | src/mame/drivers/m14.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m14.cpp b/src/mame/drivers/m14.cpp index 56a1c2fb054..484c4931a1d 100644 --- a/src/mame/drivers/m14.cpp +++ b/src/mame/drivers/m14.cpp @@ -146,7 +146,7 @@ TILE_GET_INFO_MEMBER(m14_state::m14_get_tile_info) /* colorram & 0xf0 used but unknown purpose*/ - SET_TILE_INFO_MEMBER(0, + tileinfo.set(0, code, color, 0); |