Skip to content

deibit/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

C implementation of CHIP-8

Install

mkdir build

cd build

cmake ..

make


Usage

chip8 ..games/<game.ch8>

Speed

You can modulate emulation speed by giving a second param.

chip8 ..games/<game.ch8> 120

Test suite

Use https://github.com/Timendus/chip8-test-suite

About

CHIP-8 emulator in C and SDL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published