eighty_eighty

Version, currently master branch1 version
  • master branchlatestJan 1, 2018

github.com/michaelkitson/eighty_eighty

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

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  eighty_eighty:
    github: michaelkitson/eighty_eighty
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
Michael Kitson
Target
  • eightyeighty from src/eighty_eighty.cr

Dependencies

Runtime Dependencies

  • gl*github: oprypin/crystal-raw-gl
  • lib_gl*github: calebuharrison/LibGL, branch: master
  • crystglfw*github: calebuharrison/CrystGLFW, branch: master

README

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