Skip to content

kz04px/chip8-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Interpreter

Just another CHIP-8 interpreter.


Screenshot

Example image


Controls

Pause      - Spacebar
Close      - Escape
Debug      - F1
Fullscreen - F2
Borders    - F3

1234   123C
QWER   456D
ASDF   789E
ZXCV   A0BF

Usage

Supply the path to the desired ROM as a command line argument.

./main <path>

Accuracy

Uncertain - but I think it passes all the test ROMs I could find.


Requirements

SDL2

Releases

No releases published

Packages

No packages published