NES emulator in written C++
- cmake
+3.12.1
- g++ or clang or MSVC
- ninja (optional)
+1.10.2
- OpenAL
cmake -S. -Bbuild -GNinja
cmake --build build --target nesemu -j
./build/bin/Debug/nesemu /path/to/rom.nes
cmake --build build --target nesemu -j
./build/bin/Debug/nesemu test