mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Fix for 06766: spacefb and clones: DAC sounds not working 100% (nw)
This commit is contained in:
parent
c53fe98118
commit
a7a0564ff0
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user