arcade: properly set AM/PM depth

fixes sixeight-v2.dmf
This commit is contained in:
tildearrow 2021-12-19 00:57:29 -05:00
parent 3a0e94df5e
commit 8551326800
1 changed files with 4 additions and 1 deletions

View File

@ -450,7 +450,10 @@ void DivPlatformArcade::reset() {
sampleBank=0;
delay=0;
rWrite(0x19,0xff);
//rWrite(0x18,0x10);
writes.emplace(0x19,0x7f);
writes.emplace(0x19,0xff);
//rWrite(0x1b,0x00);
extMode=false;
}