Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 616 Bytes

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