An Intel 8080 emulator, implemented with the goal of running Space Invaders, in crystal
Still a WIP, see the screenshots and known issues.
- Keyboard Support
- Sound Support
- Support window closing
- Implement missing instructions (DAA, CMC, ADC, ACI, RST, and SPHL)
- Finish documentation
- Fix Auxiliary Carry flag logic, which is implemented all wrong.
- Profile and optimize
TODO: Write installation instructions here
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it ( https://github.com/michaelkitson/eightyeighty/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- michaelkitson Michael Kitson - creator, maintainer