mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Undoing accidentally committed experiment (nw)
This commit is contained in:
parent
43845dbd72
commit
27a3154549
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user