fix YM2151 LFO shapes, correct some presets (#741)

* fix YM2151 LFO shapes, correct some presets

* pc-98 beeper clocks

1 for less advanced, earlier sound sources, 2 for more advanced, later era

* revert the last commit

* Revert "revert the last commit"

This reverts commit 0746f37052a46e5c0cf503590d3062da7d82dd20.

	zmieniono:       src/gui/presets.cpp

* Revert "pc-98 beeper clocks"

This reverts commit ba78cd44d88181d79733f6f30196bc588c762a33.

	zmieniono:       src/gui/presets.cpp

* remove beeper from zx128

finally caring about hw playback ey
This commit is contained in:
freq-mod 2022-11-13 22:59:28 +01:00 committed by GitHub
parent ea643c574c
commit 9ef3ec19bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 3 deletions

View file

@ -411,7 +411,7 @@ String macroLFOWaves(int id, float val, void* u) {
case 1:
return "Square";
case 2:
return "Sine";
return "Triangle";
case 3:
return "Random";
default: