1BitBeeper: allow clock incrementation by an arbitrary value (it is possible a core may need this)

This commit is contained in:
Asnivor 2019-04-03 17:10:49 +01:00
parent ae7bea226c
commit 0ff0be2a93
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace BizHawk.Emulation.Cores.Sound
/// <summary>
/// Option to clock the beeper every CPU clock
/// </summary>
public void Clock()
public void Clock(int clocksToAdd = 1)
{
clockCounter++;
}