/Cycloa

a NES emulator

Primary LanguageAssemblyGNU Affero General Public License v3.0AGPL-3.0

Cycloa - a NES emulator

Cycloa is a NES emulator implemented in C++. the documents "How to make a NES emulator without hardware reverse-engineering" is available on /book/ (in Japanese)

CycloaはC++で記述されたファミコンエミュレータです。作り方についての同人誌「エミュレータはソフトなマホウ ハードウェア解析なしでつくるファミコンエミュレータ」もあります。

JavaScript Version

The JavaScript version of Cycloa is available:

このエミュレータのJavaScriptバージョンもあります。

How to build

UNIX-like systems

git clone --recurse-submodules --recursive git@github.com:ledyba/Cycloa.git
cd Cycloa
mkdir build && cd build
cmake ..
make Cycloa

License

Cycloa is licensed under AGPL v3 or later.