1BitBeeper: allow clock incrementation by an arbitrary value (it is possible a core may need this)
This commit is contained in:
parent
ae7bea226c
commit
0ff0be2a93
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue