/SimpleNES

A simple NES Emulator

Primary LanguageC++

SimpleNES

A simple NES Emulator.
Thanks to javidx9 for the wonderful tutorial (and the opcode table) that helped me get started.

Usage

Needs the SFML library to work, can be installed with:

sudo apt-get install libsfml-dev

Build with:

g++ src/*.cpp -lsfml-graphics -lsfml-system -lsfml-window -o <filename>

Use with:

./<filename> <rom_filename>