| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Intel 8080 Emulator for the Taito Space Invaders game implemented in golang
A version of this emulator transpiled to Javascript using GopherJS is available here. It runs pretty slow due to the many layers of abstraction, but is still playable. (Works best in Google Chrome - runs very slow in Firefox)
There is source code for two executables here:
test - A barebones implementation of the KR580VM80A processor that can run all of the "i8080-core" ROMs (https://github.com/begoon/i8080-core/). This emulator can connect to a local server (server.rb) that can compare the output of this emulator against other emulators to detect differences in the register values. The code for the i8080-core will need to be updated to provide this output over port 5679.
space_invaders - A superset of 'test,' but with additional functionality to emulate the Taito Space Invaders game as faithfully as possible.
Controls for space invaders:
Dependencies:
Built in GO with lots of help from the following resources:
Known Issues:
| Back | FazBrowse Home | New Git URL |