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)
@ -263,7 +265,7 @@ SCREEN_UPDATE_IND16( nycaptor )
draw_sprites(screen.machine(), bitmap, cliprect, 7);
}
else
#endif
#endif
switch (nycaptor_spot(screen.machine()) & 3)
{
case 0: