gaurav2699 / NES-Emulator

A simple NES emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NES-Emulator

A simple NES emulator

How to run

Linux systems

Run the following command to compile the code:
g++ -o olcExampleProgram Emulator.cpp -lX11 -lGL -lpthread -lpng -lstdc++fs -std=c++17
Now execute the executable
./olcExampleProgram It will ask for the file name. Type smb.nes to play Super Mario!

Windows systems

Get a linux system and run the above commands

About

A simple NES emulator


Languages

Language:C++ 100.0%