Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nubbsterr/chip8emulator

My experience with building a CHIP-8 emulator. Big props to Austin Morlan for his blog, which I followed for the creation of this project :)
https://github.com/nubbsterr/chip8emulator

chip8 chip8-emulator cplusplus embedded embedded-systems embeddedprogramming emulator gaming

Last synced: 11 days ago
JSON representation

My experience with building a CHIP-8 emulator. Big props to Austin Morlan for his blog, which I followed for the creation of this project :)

Awesome Lists containing this project

README

        

# chip8emulator
My experience with building a CHIP-8 emulator. Big props to Austin Morlan for his blog, which I followed for the creation of this project :)

# Current Project Status
I am currently in the process of developing this emulator. As of Jan. 20, I've gotten to loading ROM file contents, which is definitely a start. It is worth noting as well that this is NOT of my original work. This is entirely creditted to Austin Morlan's blog on building a CHIP-8 emulator.

My big goal with this project is to understand the making of these kind of massive projects, which is why I plan to add lots of documentation to this codebase as it expands :)