PET: fix not working

This commit is contained in:
tildearrow 2023-07-25 01:26:41 -05:00
parent 4161dcd786
commit d12c061393
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ void DivPlatformPET::reset() {
memset(regPool,0,16);
chan[0]=Channel();
chan[0].std.setEngine(parent);
rWrite(10,chan[0].wave);
}
int DivPlatformPET::getOutputCount() {