Fixed an obviously-wrong 'fix' that was blindly merged by someone who should have known better.

This commit is contained in:
mooglyguy 2018-12-02 18:17:50 +01:00
parent 8c6ed0e06b
commit cde5158fed

View File

@ -1546,7 +1546,7 @@ void scsp_device::LFO_Init()
else
{
a = 0;
p -= 128;
p = -128;
}
m_ALFO_SQR[i] = a;
m_PLFO_SQR[i] = p;