Topic: Emulator for Z80 systems
I introduced MicroBeast, my Z80 computer kit a while ago, since it has 1-bit audio which I hope to exploit.
So this new development may be useful for anyone writing Z80 music trackers: I've now built a cycle accurate emulator for the system, which can be run at any desired CPU clock-speed, and supports writing 1 bit audio output to raw PCM files (16 bit, 1 channel, 22050 Hz). That should make it possible to test 1 bit routines for a variety of targets.
The initial release of the emulator is here: https://github.com/atoone/BeastEm - it's very early days, but I'd be glad for any feedback.