mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Build fix (nw)
This commit is contained in:
parent
8785008a9f
commit
c9a0d21bb4
@ -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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user