ZX beeper: set a more audible duty
This commit is contained in:
parent
895765b68a
commit
cb63921747
4
TODO.md
4
TODO.md
|
@ -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
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue