diff --git a/Components/6560/6560.cpp b/Components/6560/6560.cpp index b31cb9039..f22b69204 100644 --- a/Components/6560/6560.cpp +++ b/Components/6560/6560.cpp @@ -320,7 +320,7 @@ MOS6560Speaker::MOS6560Speaker() : _volume(0), _control_registers{0, 0, 0, 0}, _shift_registers{0, 0, 0, 0}, - _counters{0, 1, 2, 0} + _counters{2, 1, 0, 0} // create a slight phase offset for the three channels { }