Yes, another Z80 emulator, but this isn't just any emulator; it's my emulator! What's it for you ask? My own personal interests in learning emulation. Maybe you'll learn something from it as well!
What's included or going to be included?
- Extensive documentation
- Unit tests
- Mistakes
Currently there are no dependencies other then a C++ compiler.
To compile:
$ make
To run the test suite:
$ make tests
$ ./bin/test_suite
Send me a pull request. Be EXTREMELY thorough with the change, explain what it does, why it's doing things a certain way, and included unit tests.
MIT