/GoldeNES

A really bad emulator for the Nintendo Entertainment System, written in C++.

Primary LanguageC++

GoldeNES

A really bad emulator for the Nintendo Entertainment System, written in C++. I am making this project solely for the purpose of learning how the console works, as well as emulators in general. This will probably never be perfect since I am not very smart. This project has taken some inspiration from tkieft's nes emulator. This project uses the SFML library. Do whatever you want with this code, I don't really care.

Building

This project requires the SFML library to build. See SFML's Visual Studio tutorial or their Code::Blocks tutorial to learn how to install the library and run this program. Yeah, that's it. Not a very helpful README, is it?