cdebost / nesem

NES emulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nesem

Requirements

  • C++20 compiler
  • CMake
  • Conan (pip install conan)

Building

Install dependencies: conan install . -if=build --build=missing

Init cmake: cd build && cmake ..

Build: cd build && cmake --build .

About

NES emulator.


Languages

Language:C++ 98.5%Language:CMake 1.5%