diff --git a/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs b/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs index 09b0bb5409..10287f1940 100644 --- a/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs +++ b/BizHawk.Emulation.Cores/Sound/OneBitBeeper.cs @@ -39,7 +39,7 @@ namespace BizHawk.Emulation.Cores.Sound /// /// Option to clock the beeper every CPU clock /// - public void Clock() + public void Clock(int clocksToAdd = 1) { clockCounter++; }