Undoing accidentally committed experiment (nw)

This commit is contained in:
AJR 2018-06-24 09:48:01 -04:00
parent 43845dbd72
commit 27a3154549

View File

@ -133,7 +133,7 @@ READ8_MEMBER(segas1x_bootleg_state::sound_command_irq_r)
WRITE8_MEMBER(segas1x_bootleg_state::soundbank_msm_w)
{
m_soundbank->set_entry(data & 7);
m_soundbank->set_entry((data & 7) ^ 6); // probably wrong
m_msm->reset_w(BIT(data, 3));
}