Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuuff/chip-8-gamebuino
A Chip8 interpreter for the Gamebuino
https://github.com/wuuff/chip-8-gamebuino
Last synced: 2 months ago
JSON representation
A Chip8 interpreter for the Gamebuino
- Host: GitHub
- URL: https://github.com/wuuff/chip-8-gamebuino
- Owner: wuuff
- License: gpl-3.0
- Created: 2017-05-25T09:58:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T07:24:31.000Z (over 7 years ago)
- Last Synced: 2024-04-24T16:14:54.124Z (9 months ago)
- Language: C
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - chip-8-gamebuino
README
# CHIP-8 for Gamebuino
This is an implementation of CHIP-8 for the Gamebuino.
This is a heavily modified port of the CHIP-8 interpreter from
https://github.com/arnsa/Chip-8-Emulator.