PET: fix not working

This commit is contained in:
tildearrow 2023-07-25 01:26:41 -05:00
parent 4161dcd786
commit d12c061393

View file

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