C64: better muting strategy
now directly inside reSID rather than in the DivDispatch fixes #285
This commit is contained in:
parent
b77b9e61ec
commit
397ab43ffd
4 changed files with 33 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue