GitHub - skx/cpmulator: Golang CP/M emulator for playing zork, lighthouse-of-doom, etc
cpmulator - A CP/M emulator written in golang
This repository contains a CP/M emulator, with integrated CCP, which is designed to run CP/M binaries:
The project was initially created to run my text-based adventure game, which I wrote a few years ago, to amuse my child.
That was written in Z80 assembly language and initially targeted CP/M, although it was later ported to the ZX Spectrum.
Over time this project has become more complete, and more complex, and I've implemented enough functionity to ...
Read more at github.com