mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
is it safe? (nw)
This commit is contained in:
parent
cc92b3c09a
commit
09881f5b47
@ -192,8 +192,6 @@ WRITE16_MEMBER(qdrmfgp_state::sndram_w)
|
|||||||
if (ACCESSING_BITS_0_7)
|
if (ACCESSING_BITS_0_7)
|
||||||
{
|
{
|
||||||
m_sndram[offset] = data & 0xff;
|
m_sndram[offset] = data & 0xff;
|
||||||
if (offset >= 0x40000)
|
|
||||||
m_sndram[offset+0xc00000-0x900000] = data & 0xff;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user