Skip to content

RyanBeatty/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CHIP-8 emulator/interpreter written in C

Dependencies

SDL 2

sudo apt-get install libsdl2-2.0
sudo apt-get install libsdl2-dev

Build and Run

make all
./chip8 path/to/rom

Keys are mapped as follows:


Chip-8       QWERTY
-------      -------      
1|2|3|C      1|2|3|4
-------      -------
4|5|6|D      Q|W|E|R
-------      -------
7|8|9|E      A|S|D|F
-------      -------
A|0|B|F      Z|X|C|V
-------      -------

About

CHIP-8 Emulator in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages