mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
arcade: properly set AM/PM depth
fixes sixeight-v2.dmf
This commit is contained in:
parent
3a0e94df5e
commit
8551326800
1 changed files with 4 additions and 1 deletions
|
@ -450,7 +450,10 @@ void DivPlatformArcade::reset() {
|
||||||
sampleBank=0;
|
sampleBank=0;
|
||||||
delay=0;
|
delay=0;
|
||||||
|
|
||||||
rWrite(0x19,0xff);
|
//rWrite(0x18,0x10);
|
||||||
|
writes.emplace(0x19,0x7f);
|
||||||
|
writes.emplace(0x19,0xff);
|
||||||
|
//rWrite(0x1b,0x00);
|
||||||
|
|
||||||
extMode=false;
|
extMode=false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue