Fix for older GCCs (nw)

This commit is contained in:
R. Belmont 2012-04-22 15:13:29 +00:00
parent ded30e907e
commit 825b6f94fa

View File

@ -23,6 +23,8 @@ static int nycaptor_spot( running_machine &machine )
return state->m_sharedram[0x299] ? state->m_sharedram[0x298] : 0;
else
return 0;
return 0;
}
WRITE8_MEMBER(nycaptor_state::nycaptor_spriteram_w)