This is an emulator written in C++, which helps to play Nintendo games on PC.
You can select the game you play from ./nesfiles, by default super_mario_bros.nes is selected.
After clicking on run button in visual studio, you will be able to play the selected game.
- Visual Studio installed in your computer
- Desktop development with C++ workload has to be installed.
- Clone this repo into a folder at your local using
git clone https://github.com/bhavyagrg/NESemulator.git - Have pre-requistes ready.
- Inside
src\Application.cpp, change the file name herestd::make_shared<Cartridge>("./nesfiles/donkey_kong.nes");, replacedonkey_kong.neswith your desired nes file from./nesfiles. - Click on run button to run your game.


