Fix for 06766: spacefb and clones: DAC sounds not working 100% (nw)

This commit is contained in:
Scott Stone 2017-11-20 05:01:18 -05:00
parent c53fe98118
commit a7a0564ff0

View File

@ -24,7 +24,7 @@ READ8_MEMBER(spacefb_state::audio_p2_r)
READ_LINE_MEMBER(spacefb_state::audio_t0_r)
{
return BIT(m_sound_latch, 6);
return BIT(m_sound_latch, 5);
}