Classic Audio - marinus-lab/z88dk GitHub Wiki
z88dk has code to support the following sound generators:
- AY819x
- SN76489
- SAA1099
- One bit beeper sound
Three tracker players are supported by the 819x based machines:
-
WYZ Player
<psg/wyz.h>
Example - VortexTracker
<psg/vt2.h>
Example -
Arkos 2
<psg/arkos.h>
Example
The SN76489 have a port of PSGLib available via <psg/PSGlib.h>
. Example
For the SAA1099, etracker is available via <psg/etracker.h>
. Example
Additionally, WYZ Player <psg/wyz.h>
is available via emulation.
Sound effects and sounds are available via <sound.h>