This is simple NES Emulator, which was written as self education project. Uses Blargg's NES sound library inside for the accurate APU emulation.
- GNU/Linux
- MS Win
- Emscripten(need support for SharedBufferArray in your browser)
- "Slow down this shit, dog" - 180fps isn't normal for NES. // Done
- Changing controller settings.
- Remove shitcode in CPU, or in input. // Impossible
- More mappers...
Your can read in code, or press any of these buttons:
Up, Down, Left, Right, Z, X, Space, Return
You just need libsdl2
mkdir build
cd build
cmake ..
make
./NESEmulator filename.nes