deco_mlc: fix copypaste error with prev commit

This commit is contained in:
hap 2021-02-18 13:24:04 +01:00
parent d0fd9649e4
commit eefa10a7c3
2 changed files with 2 additions and 2 deletions

View File

@ -578,7 +578,7 @@ INPUT_PORTS_END
void gnw_ball_state::gnw_ball(machine_config &config)
{
sm5a_common(config, 1671, 1080); // R option mask confirmed
sm5a_common(config, 1671, 1080); // R mask option confirmed
}
// roms

View File

@ -307,7 +307,7 @@ void deco_mlc_state::draw_sprites(const rectangle &cliprect, int scanline, u32*
indx &= 0x1fff;
index_ptr = m_vram + indx * 4;
if (index_ptr8[2] & 0x0100 && m_screen->frame_number() & 1)
if (index_ptr[2] & 0x0100 && m_screen->frame_number() & 1)
continue;
h = (index_ptr[0] >> 8) & 0xf;