ZX beeper: set a more audible duty

This commit is contained in:
tildearrow 2022-05-14 00:31:14 -05:00
parent 895765b68a
commit cb63921747
2 changed files with 2 additions and 4 deletions

View file

@ -5,9 +5,7 @@
- input pad - input pad
- settings - settings
- RF5C68 system - RF5C68 system
- ZX beeper system - ZX beeper system overlay percussion
- Y8950 system
- maybe YMU759 ADPCM channel
- ADPCM chips - ADPCM chips
- Game Boy envelope macro/sequence - Game Boy envelope macro/sequence
- rewrite the system name detection function anyway - rewrite the system name detection function anyway

View file

@ -62,7 +62,7 @@ class DivPlatformZXBeeper: public DivDispatch {
vol(1), vol(1),
outVol(1), outVol(1),
sPosition(0), sPosition(0),
duty(3) {} duty(64) {}
}; };
Channel chan[6]; Channel chan[6];
DivDispatchOscBuffer* oscBuf[6]; DivDispatchOscBuffer* oscBuf[6];