More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = Cinoop | |title=Cinoop | ||
| image = | |image=3ds.png | ||
| type = Handheld | |description=A minialist Gameboy emulator. | ||
| version = | |author=CTurt | ||
| | |lastupdated=2015/11/15 | ||
| | |type=Handheld | ||
| website = | |version=2015 | ||
| source = https:// | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/cinoop_src.zip Source Only | |||
|website=http://cturt.github.io/cinoop.html | |||
|source=https://github.com/CTurt/Cinoop | |||
}} | }} | ||
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. | |||
'''Note:''' Source only. | |||
Building | ==Building== | ||
Building the 3DS version requires devkitARM and ctrulib from [http://devkitPro.org devkitPro]. | |||
You can run <code>make 3ds</code> for just the 3DS version. | |||
==User guide== | |||
The only playable game is Tetris (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 | |||
* Author's Twitter - https://twitter.com/CTurtE | |||
* GitHub - https://github.com/CTurt/Cinoop | |||
== | |||
* | |||
* | |||
* | |||
Latest revision as of 11:00, 22 Haziran 2024
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.
Note: Source only.
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 playable game is Tetris (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
- Author's Twitter - https://twitter.com/CTurtE
- GitHub - https://github.com/CTurt/Cinoop