Classic Audio - z88dk/z88dk GitHub Wiki

z88dk has code to support the following sound generators:

  • AY819x
  • SN76489
  • SAA1099
  • One bit beeper sound

AY819x support

Three tracker players are supported by the 819x based machines:

SN76489

The SN76489 have a port of PSGLib available via <psg/PSGlib.h>. Example

SAA1099

For the SAA1099, etracker is available via <psg/etracker.h>. Example

Additionally, WYZ Player <psg/wyz.h> is available via emulation.

One bit sound

Sound effects and sounds are available via <sound.h>

⚠️ **GitHub.com Fallback** ⚠️