AEGJDSKADFGIOGSHBJSFKAL;FS

This commit is contained in:
tildearrow 2022-01-31 17:28:17 -05:00
parent d4858f0d40
commit e95258ad91
1 changed files with 2 additions and 2 deletions

View File

@ -374,7 +374,7 @@ void DivPlatformAY8930::reset() {
pendingWrites[i]=-1; pendingWrites[i]=-1;
} }
ayNoiseAnd=0xff; ayNoiseAnd=2;
ayNoiseOr=0; ayNoiseOr=0;
delay=0; delay=0;
@ -382,7 +382,7 @@ void DivPlatformAY8930::reset() {
bank=false; bank=false;
immWrite(0x0d,0xa0); immWrite(0x0d,0xa0);
immWrite(0x19,0xff); // and mask immWrite(0x19,2); // and mask
immWrite(0x1a,0x00); // or mask immWrite(0x1a,0x00); // or mask
} }