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++で記述されたファミコンエミュレータです。作り方についての同人誌「エミュレータはソフトなマホウ ハードウェア解析なしでつくるファミコンエミュレータ」もあります。
The JavaScript version of Cycloa is available:
このエミュレータのJavaScriptバージョンもあります。
- https://app.7io.org/CycloaJS/ (Demo)
- https://github.com/ledyba/CycloaJS (Sourcecode)
git clone --recurse-submodules --recursive [email protected]:ledyba/Cycloa.git
cd Cycloa
mkdir build && cd build
cmake ..
make Cycloa
Cycloa is licensed under AGPL v3 or later.