Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 534 Bytes

A Chip-8 emulator in C++ using SFML.

Compile in linux

sudo apt-get install libsfml-dev
g++ -c /path/to/main.cpp /path/to/Chip8.cpp
g++ main.o Chip8.o -o chip8 -lsfml-graphics -lsfml-window -lsfml-system

Usage

./chip8 path/to/rom

Screenshots

Annotation 2019-07-27 152633

Annotation 2019-07-27 152652