Skip to content

JodyAndrews/CChip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CChip8

Working Chip-8 interpreter / emulator with Simple2D, written in C.

Install Simple2D and compile project : cc *.c simple2d --libs -o cchip8

..alternatively compile using the CMakeList

Then execute cchip8 --rom (ie. ./cchip8 --rom roms/INVADERS)

Notable Bugs

Invaders does not always advance to next level

Credits

Joseph Weisbecker : Original Chip-8 creator.

CowGod's Technical Reference that this was based on : http://devernay.free.fr/hacks/chip8/C8TECH10.HTM

Alexander's superb JS Chip-8 Emulator : https://github.com/alexanderdickson/Chip-8-Emulator

David Winter : http://www.pong-story.com/chip8/

Simple2D : https://github.com/simple2d/simple2d

Alt text

About

Chip-8 interpreter / emulator running with Simple2D, written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published