Skip to content

An Intel 8080 emulator, implemented with the goal of running Space Invaders, in Crystal

License

Notifications You must be signed in to change notification settings

michaelkitson/eighty_eighty

Repository files navigation

eighty_eighty

An Intel 8080 emulator, implemented with the goal of running Space Invaders, in crystal

Still a WIP, see the screenshots and known issues.

title screenshot

demo screenshot

Known Issues and Incomplete Parts

  • 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

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/michaelkitson/eightyeighty/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

An Intel 8080 emulator, implemented with the goal of running Space Invaders, in Crystal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published