Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 778 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 778 Bytes

Z80 Emulator Build Status

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

Getting Started

Currently there are no dependencies other then a C++ compiler.

To compile:

$ make

To run the test suite:

$ make tests
$ ./bin/test_suite

Contributing

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.

License

MIT