mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
skyrobo: fix boot (nw)
This commit is contained in:
parent
8f4e1dc37e
commit
a9534da1d5
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user