mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
Initialize at reset
This commit is contained in:
parent
18364ed065
commit
be48d15861
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ void DivPlatformGA20::reset() {
|
||||||
}
|
}
|
||||||
memset(regPool,0,32);
|
memset(regPool,0,32);
|
||||||
ga20.device_reset();
|
ga20.device_reset();
|
||||||
|
delay=0;
|
||||||
for (int i=0; i<4; i++) {
|
for (int i=0; i<4; i++) {
|
||||||
chan[i]=DivPlatformGA20::Channel();
|
chan[i]=DivPlatformGA20::Channel();
|
||||||
chan[i].std.setEngine(parent);
|
chan[i].std.setEngine(parent);
|
||||||
|
|
Loading…
Reference in a new issue