Another NES emulator using C++11 and SDL2
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
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.
Some screenshots
Classic SMB + debugging interface
This project cannot be completed without these references. Thank you so much for putting these out there :)
This project is licensed under the MIT License - see the LICENSE.txt file for details