mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
fix Ken's double whine in sfiii
This commit is contained in:
parent
8f33055bd0
commit
cc6dc6d29e
@ -109,8 +109,7 @@ void cps3_sound_device::sound_stream_update(sound_stream &stream, stream_sample_
|
||||
}
|
||||
else
|
||||
{
|
||||
// key off
|
||||
m_key &= ~(1 << i);
|
||||
// sample end (don't force key off)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user