johnor / n_e_s_vis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

n e s vis

Description

Gui for a modular cycle-accurate NES emulator n_e_s (https://github.com/evilcorpltd/n_e_s).

Building

Clone:

git clone https://github.com/johnor/n_e_s_vis.git

Build:

cmake -S . -B build
cmake --build build/ --config Release --target n_e_s_vis_app

Run:

build/application/Release/n_e_s_vis_app.exe <rom.nes>

Example of running a ROM

About


Languages

Language:C++ 89.2%Language:Starlark 6.3%Language:CMake 4.5%