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

https://github.com/oxtna/chip-8

Chip-8 emulator written in C++
https://github.com/oxtna/chip-8

chip-8 cmake cpp showcase

Last synced: over 1 year ago
JSON representation

Chip-8 emulator written in C++

Awesome Lists containing this project

README

          

# Chip-8 Emulator

My take on the famous Chip-8, written in C++.
Based on [this excellent reference](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM "Chip-8 Technical Reference").
There may be some inconsistencies between this implementation and the reference caused by prioritizing historical accuracy.

![Emulation example](https://github.com/oxtna/chip-8/blob/main/docs/img/chip8.gif?raw=true)