Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 175 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 175 Bytes

chip8-emu

A CHIP-8 (S-CHIP-compatible) Emulator

Dependencies: make gcc freeglut

Compile: make

Run: ./chip8 <ROM>

You have to source the ROMs on your own though :)