Skip to content

MutantAura/FISH8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FISH8

CHIP-8 interpreter in C/SDL2.

image

Building (Linux/WSL2)

sudo apt install libsdl2-dev

make

Fully opcode and flag conformant

image image image

TODO:

  • Better delay?
  • Configuration arguments
  • Better keypad handling