prepare for eventual export

This commit is contained in:
tildearrow 2022-01-16 23:21:27 -05:00
parent 499af535da
commit 12236248dd
21 changed files with 137 additions and 3 deletions

View file

@ -597,6 +597,7 @@ void DivPlatformYM2610::notifyInsDeletion(void* ins) {
int DivPlatformYM2610::init(DivEngine* p, int channels, int sugRate, bool pal) {
parent=p;
dumpWrites=false;
skipRegisterWrites=false;
for (int i=0; i<13; i++) {
isMuted[i]=false;