Update C64.Motherboard.cs

This commit is contained in:
alyosha-tas 2017-05-31 22:43:27 -04:00 committed by GitHub
parent 113d002701
commit 52995b657e
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64
public void Flush()
{
Sid.Flush(true);
Sid.Flush(false);
}
// -----------------------------------------