seemingly fix it

This commit is contained in:
tildearrow 2022-01-31 17:00:52 -05:00
parent 23ff23f7e7
commit afe318c402
2 changed files with 2 additions and 1 deletions

View file

@ -382,6 +382,8 @@ void DivPlatformAY8930::reset() {
bank=false;
immWrite(0x0d,0xa0);
immWrite(0x19,0xff); // and mask
immWrite(0x1a,0x00); // or mask
}
bool DivPlatformAY8930::isStereo() {