Skip to content

austinglander/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip-8

Interpreter for the CHIP-8 programming language

Usage

gcc chip8.c -lSDL2 -lSDL2_mixer -o c8.o
./c8.o <rom file>

Configuration

Change the INSTRUCTIONS_PER_FRAME macro to adjust the speed of the interpreter. 10-20 is standard.

Dependencies

  • SDL2
  • SDL2 Mixer

Dependency Installation

sudo dnf install SDL2-devel
sudo dnf install SDL2_mixer-devel

About

Interpreter for the CHIP-8 programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages