Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 399 Bytes

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