Skip to content

ttrung149/nes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nes

Another NES emulator using C++11 and SDL2

Installing

This project uses SDL2 to render graphics. Please have SDL2 installed before compiling the emulator.

Clone the repository. Change directory to root folder and create the binary using

make

To create a debug build, run

make debug-build

Docs

After creating the binary from source run ./nes to see the help menu. Run ./nes <filename.nes> to start the emulator and run the NES game.

Examples

Some screenshots

Donkey-kong

Classic SMB + debugging interface

Authors

Special thanks

This project cannot be completed without these references. Thank you so much for putting these out there :)

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

About

another NES emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published