coco_ssc.cpp: adjust rounding to fix music regression in pitfall2 for coco3

This commit is contained in:
Ivan Vangelista 2020-11-17 22:13:26 +01:00
parent 09cf67b3b1
commit 100f23b37f

View File

@ -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;