wire up early GB support

TODO: check why are envelopes not working
This commit is contained in:
tildearrow 2021-05-26 17:43:14 -05:00
parent c2b3d85f77
commit a2e64606c0
3 changed files with 55 additions and 68 deletions

View file

@ -483,6 +483,8 @@ bool DivEngine::load(void* f, size_t slen) {
ins->gb.envDir=reader.readC();
ins->gb.envLen=reader.readC();
ins->gb.soundLen=reader.readC();
logD("GB data: vol %d dir %d len %d sl %d\n",ins->gb.envVol,ins->gb.envDir,ins->gb.envLen,ins->gb.soundLen);
}
}