Merge pull request #1008 from akumanatt/quadtone

Alternative ZX Spectrum beeper sound engine
This commit is contained in:
tildearrow 2023-03-06 03:37:47 -05:00 committed by GitHub
commit 74988df204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 484 additions and 0 deletions

View file

@ -952,6 +952,7 @@ const int availableSystems[]={
DIV_SYSTEM_PCSPKR,
DIV_SYSTEM_POKEMINI,
DIV_SYSTEM_SFX_BEEPER,
DIV_SYSTEM_SFX_BEEPER_QUADTONE,
DIV_SYSTEM_YMU759,
DIV_SYSTEM_DUMMY,
DIV_SYSTEM_SOUND_UNIT,
@ -1081,6 +1082,7 @@ const int chipsSpecial[]={
DIV_SYSTEM_C64_8580,
DIV_SYSTEM_C64_6581,
DIV_SYSTEM_SFX_BEEPER,
DIV_SYSTEM_SFX_BEEPER_QUADTONE,
DIV_SYSTEM_DUMMY,
DIV_SYSTEM_SOUND_UNIT,
DIV_SYSTEM_TIA,