is it safe? (nw)

This commit is contained in:
smf- 2018-02-22 17:37:15 +00:00
parent cc92b3c09a
commit 09881f5b47

View File

@ -192,8 +192,6 @@ WRITE16_MEMBER(qdrmfgp_state::sndram_w)
if (ACCESSING_BITS_0_7)
{
m_sndram[offset] = data & 0xff;
if (offset >= 0x40000)
m_sndram[offset+0xc00000-0x900000] = data & 0xff;
}
}