mirror of
https://github.com/holub/mame
synced 2025-06-04 20:06:28 +03:00
left-over test
This commit is contained in:
parent
19aabb8609
commit
a3b40995ce
@ -127,7 +127,7 @@ void l7a1045_sound_device::sound_stream_update(sound_stream &stream, stream_samp
|
||||
memset(outputs[0], 0, samples*sizeof(*outputs[0]));
|
||||
memset(outputs[1], 0, samples*sizeof(*outputs[1]));
|
||||
|
||||
for (int i = 0; i < 32; i+=2)
|
||||
for (int i = 0; i < 32; i++)
|
||||
{
|
||||
if (m_key & (1 << i))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user