Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 363 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 363 Bytes

NESemu

NES emulator in written C++

Requirements:

  • cmake +3.12.1
  • g++ or clang or MSVC
  • ninja (optional) +1.10.2
  • OpenAL
cmake -S. -Bbuild -GNinja

Run:

cmake --build build --target nesemu -j
./build/bin/Debug/nesemu /path/to/rom.nes

Test:

cmake --build build --target nesemu -j
./build/bin/Debug/nesemu test