Update C64.Motherboard.cs
This commit is contained in:
parent
113d002701
commit
52995b657e
|
@ -168,7 +168,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64
|
|||
|
||||
public void Flush()
|
||||
{
|
||||
Sid.Flush(true);
|
||||
Sid.Flush(false);
|
||||
}
|
||||
|
||||
// -----------------------------------------
|
||||
|
|
Loading…
Reference in New Issue