Skip to content

danielhintz/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Intepreter

Compiling

This depends on

  • SDL2

git clone git@github.com:danchintz/CHIP-8.git cd CHIP-8 make

Usage

./chip8 <rom file>

TODO

  • Add better timing for delay and sound timers (Not even sure what the clock rate of the CHIP-8 was
  • Add key blocking op code, still trying to think of a good way to do it
  • Write a standalone assembler for it

About

A CHIP-8 emulator written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published