PET: fix not working
This commit is contained in:
parent
4161dcd786
commit
d12c061393
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue