More actions
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
You can run <code>make 3ds</code> for just the 3DS version. | You can run <code>make 3ds</code> for just the 3DS version. | ||
== | ==User guide== | ||
The only payable game is Tetris (the rom name is hard coded as tetris.gb). | The only payable game is Tetris (the rom name is hard coded as tetris.gb). | ||
Revision as of 05:54, 3 Ocak 2022
Cinoop | |
---|---|
General | |
Author | CTurt |
Type | Handheld |
Version | 2015 |
License | Mixed |
Last Updated | 2015/11/15 |
Links | |
[source only Download] | |
Website | |
Source | |
Cinoop is a minimalist Game Boy interpreting emulator written from scratch, without support for custom mappers or sound.
The project is written in C and is open source. It can be run on Windows, DS, GameCube, 3DS, Linux based OSes, PSP, and PS4.
Building
Building the 3DS version requires devkitARM and ctrulib from devkitPro.
You can run make 3ds
for just the 3DS version.
User guide
The only payable game is Tetris (the rom name is hard coded as tetris.gb).
Controls
B - B
A - A
Start - Start
Select - Select
D-Pad or Circle Pad - D-Pad
External links
- Author's website - https://github.com/CTurt/Cinoop
- GitHub - https://github.com/CTurt/Cinoop