Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleNES

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.

Usage

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>

About

A simple NES Emulator with LAN multiplayer capability.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages