Dunno wtf I was thinking here ...

This commit is contained in:
Angelo Salese 2012-07-21 14:57:59 +00:00
parent d267157cfa
commit 9ee6111e2c

View File

@ -291,7 +291,7 @@ static TILE_GET_INFO_DEVICE( get_tx_tile_info )
int attr = vdp->m_tvram[2 * tile_index + 1];
int code = vdp->m_tvram[2 * tile_index]
| ((attr & 0x01) << 8);
int region = ((attr & 0x10) >> 4) + vdp->m_gfx_index;
int region = ((attr & 0x04) >> 2) + vdp->m_gfx_index;
SET_TILE_INFO_DEVICE(
region,