diff options
Diffstat (limited to 'src/mame/drivers/nibble.cpp')
-rw-r--r-- | src/mame/drivers/nibble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nibble.cpp b/src/mame/drivers/nibble.cpp index 72f3d6e9d45..f9b41fa9fd0 100644 --- a/src/mame/drivers/nibble.cpp +++ b/src/mame/drivers/nibble.cpp @@ -118,7 +118,7 @@ TILE_GET_INFO_MEMBER(nibble_state::get_bg_tile_info) */ uint8_t code = m_videoram[tile_index]; - SET_TILE_INFO_MEMBER(0 /* bank */, code, 0 /* color */, 0); + tileinfo.set(0 /* bank */, code, 0 /* color */, 0); } void nibble_state::video_start() |