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

https://github.com/finefindus/chip-8-emulator

A simple CHIP-8 interpreter
https://github.com/finefindus/chip-8-emulator

Last synced: about 2 months ago
JSON representation

A simple CHIP-8 interpreter

Awesome Lists containing this project

README

        

# CHIP-8 Emulator

A simple CHIP-8 Emulator (interpreter) written in Rust, mostly following [Cowgod's Reference](https://web.archive.org/web/20231223002150/https://devernay.free.fr/hacks/chip8/C8TECH10.HTM#2.5). Most of the implementation has been tested using [Timendus' test suite](https://github.com/Timendus/chip8-test-suite?tab=readme-ov-file).