mirror of
https://github.com/holub/mame
synced 2025-05-01 12:16:56 +03:00
Fixed an obviously-wrong 'fix' that was blindly merged by someone who should have known better.
This commit is contained in:
parent
8c6ed0e06b
commit
cde5158fed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user