mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53: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);
|
||||
ga20.device_reset();
|
||||
delay=0;
|
||||
for (int i=0; i<4; i++) {
|
||||
chan[i]=DivPlatformGA20::Channel();
|
||||
chan[i].std.setEngine(parent);
|
||||
|
|
Loading…
Reference in a new issue