A simple NES Emulator with multiplayer capability on LAN.
Thanks to javidx9 for the wonderful tutorial (and the opcode table) that helped me get started.
Needs SFML and ALSA to work, can be installed with:
sudo apt-get install libsfml-dev
sudo apt-get install libasound2
Build with:
g++ src/*.cpp -lsfml-graphics -lsfml-system -lsfml-window -lasound -o <filename>
Use with:
./<filename> <rom_filename>