C64: better muting strategy

now directly inside reSID rather than in the DivDispatch
fixes #285
This commit is contained in:
tildearrow 2022-04-15 01:20:09 -05:00
parent b77b9e61ec
commit 397ab43ffd
4 changed files with 33 additions and 12 deletions

View file

@ -87,6 +87,7 @@ class DivPlatformC64: public DivDispatch {
void muteChannel(int ch, bool mute);
void setFlags(unsigned int flags);
void notifyInsChange(int ins);
bool getDCOffRequired();
void notifyInsDeletion(void* ins);
void poke(unsigned int addr, unsigned short val);
void poke(std::vector<DivRegWrite>& wlist);