Skip to content

andeeric/Chip8E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8E

A Chip8 interpreter written in C

alt text

Author: Eric Andersson Version: 2018-09-05 License: GPL v3+

Curiosity on how emulators work led me to the Chip8 system and this short tutorial which got me started on my own small project http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/.

SDL is required to compile and run the application. https://www.libsdl.org/

Usage: Chip8E <chip8 game file>

Accurate Chip8 Technical reference: http://mattmik.com/files/chip8/mastering/chip8.html

Releases

No releases published

Packages

No packages published