mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-18 02:25:11 +00:00
AEGJDSKADFGIOGSHBJSFKAL;FS
This commit is contained in:
parent
d4858f0d40
commit
e95258ad91
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue