A Work-In-Progress C# NES Emulator with an emphasis on high-quality documentation and debugging.
- Partial CPU Emulation
- Full CPU Emulation
To test the Functionality of the CPU, download the nestest.nes ROM and place it in bin/Debug/ROM TESTS/
Open NESEmulator.sln
in Visual Studio, and compile the project (Press F5
by Default)
After compiling, the NESEmulator.exe
file can be found in bin/Debug