mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fix for MT #4326 (AWJ)
This commit is contained in:
parent
bb378f4f8e
commit
27030d5bba
@ -1557,7 +1557,7 @@ SCREEN_UPDATE( cave )
|
||||
{
|
||||
if (state->m_tilemap[GFX])
|
||||
{
|
||||
state->m_tiledim[GFX] = state->m_vctrl[0][1] & 0x2000;
|
||||
state->m_tiledim[GFX] = state->m_vctrl[GFX][1] & 0x2000;
|
||||
if (state->m_tiledim[GFX] != state->m_old_tiledim[GFX])
|
||||
tilemap_mark_all_tiles_dirty(state->m_tilemap[GFX]);
|
||||
state->m_old_tiledim[GFX] = state->m_tiledim[GFX];
|
||||
|
Loading…
Reference in New Issue
Block a user