kervinck / gigatron-rom

System, apps and tooling for the Gigatron TTL microcomputer
BSD 2-Clause "Simplified" License
231 stars 80 forks source link

Add a Python wrapper for gtemu.c #194

Closed psr closed 3 years ago

psr commented 3 years ago

This adds a library that provides programmatic control over Marcel's gtemu.c emulator. I use it to enable unit testing and debugging of my Gigatron code from Python.

The documentation is not fantastic, but the tool is pretty useful.

Sorry about the git history!

at67 commented 3 years ago

Cheers.