mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-13 06:15:07 +01:00
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
This commit is contained in:
commit
8f15c1d43b
@ -130,8 +130,8 @@ void psg_reset()
|
|||||||
psg.chanOut[i][1] = 0;
|
psg.chanOut[i][1] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* noise attenuation register is latched on power-on (verified on 315-5313A & 315-5660 integrated version only) */
|
/* tone #2 attenuation register is latched on power-on (verified on 315-5313A integrated version only) */
|
||||||
psg.latch = 7;
|
psg.latch = 3;
|
||||||
|
|
||||||
/* reset noise shift register */
|
/* reset noise shift register */
|
||||||
psg.noiseShiftValue = 1 << psg.noiseShiftWidth;
|
psg.noiseShiftValue = 1 << psg.noiseShiftWidth;
|
||||||
|
Loading…
Reference in New Issue
Block a user