Merge pull request #1008 from akumanatt/quadtone
Alternative ZX Spectrum beeper sound engine
This commit is contained in:
commit
74988df204
8 changed files with 484 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue