Skip to content

A simple NES Emulator with LAN multiplayer capability.

Notifications You must be signed in to change notification settings

Wolfram70/SimpleNES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published