Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.