Skip to content

lutobler/chip8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another Chip8 emulator

This is my attempt at making a Chip8 emulator (or interpreter, whatever you want to call it).

Dependencies:

Key bindings

Key Action
o Toggle overlay
p Pause/unpause
u Decrease clock speed
i Increase clock speed

Building

The CMake build system is used:

mkdir build
cd build
cmake ..
make

About

Yet another Chip8 emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published