mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
coco_ssc.cpp: adjust rounding to fix music regression in pitfall2 for coco3
This commit is contained in:
parent
09cf67b3b1
commit
100f23b37f
@ -576,7 +576,7 @@ bool cocossc_sac_device::sound_activity_circuit_output()
|
||||
|
||||
average /= 16.0;
|
||||
|
||||
if( average > 0.317 )
|
||||
if( average > 0.3175 )
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user