skyrobo: fix boot (nw)

This commit is contained in:
balr0g 2016-12-23 14:55:23 -05:00
parent 8f4e1dc37e
commit a9534da1d5

View File

@ -527,6 +527,7 @@ READ16_MEMBER(bigfghtr_state::latch_r)
WRITE16_MEMBER(bigfghtr_state::sharedram_w) WRITE16_MEMBER(bigfghtr_state::sharedram_w)
{ {
data &= mem_mask;
COMBINE_DATA(&m_sharedram[offset]); COMBINE_DATA(&m_sharedram[offset]);
switch(offset) switch(offset)