Build fix (nw)

This commit is contained in:
AJR 2018-04-07 15:13:24 -04:00
parent 8785008a9f
commit c9a0d21bb4

View File

@ -218,7 +218,7 @@ WRITE16_MEMBER( atarisy2_state::slapstic_w )
WRITE16_MEMBER( atarisy2_state::spriteram_w )
{
/* force an update if the link of object 0 is about to change */
if (offs == 0x0003)
if (offset == 0x0003)
m_screen->update_partial(m_screen->vpos());
COMBINE_DATA(&m_mob->spriteram()[offset]);
}