change AY frequency

This commit is contained in:
tildearrow 2022-01-14 00:26:10 -05:00
parent dce06d8ec4
commit 6d2aa8d23e
4 changed files with 22 additions and 39 deletions

View file

@ -58,6 +58,7 @@ class DivPlatformAY8930: public DivDispatch {
void forceIns();
void tick();
void muteChannel(int ch, bool mute);
void setPAL(bool pal);
bool isStereo();
bool keyOffAffectsArp(int ch);
void notifyInsDeletion(void* ins);