Skip to content

netpro2k/Chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

This is a Chip-8 emulator I made back in 2005 as a learning exercise. I recently dug it out and tried compiling on my mac. Lo and behold with only a few simple tweaks (Changed GLUT header file, and use afplay instead of apply) it works!

To compile:

gcc -framework GLUT -framework OpenGL *.c -o chip8

To run:

./chip8 games/Brix.ch8

About

A Chip8 Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages