Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1017 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 1017 Bytes

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 [email protected]:ledyba/Cycloa.git
cd Cycloa
mkdir build && cd build
cmake ..
make Cycloa

License

Cycloa is licensed under AGPL v3 or later.