Fix for older GCCs (nw)
This commit is contained in:
parent
ded30e907e
commit
825b6f94fa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user