More actions
(Created page with "{{Infobox Switch Homebrews |title=CHIP8-NX |image=chip8nxswitch.png |description=Chip8 Emulator for Nintendo Switch. |author=Marice |lastupdated=2018/05/25 |type=Computer |version=0.3 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/chip8nxswitch.7z |website=https://gbatemp.net/threads/chip8-nx-chip8-emulator-for-nintendo-switch.505085/ |source=https://github.com/Marice/CHIP8-NX |donation= }} {{#seo: |title=Switch Homebrew Emulators (Computer) - GameBre...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=CHIP8-NX | |title=CHIP8-NX | ||
|image= | |image=chip8nx.png | ||
|description= | |description=A CHIP8 emulator for the Nintendo Switch. | ||
|author=Marice | |author=Marice | ||
|lastupdated=2018/05/25 | |lastupdated=2018/05/25 | ||
Line 8: | Line 8: | ||
|version=0.3 | |version=0.3 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/chip8nx.7z | ||
|website=https://gbatemp.net/threads/chip8-nx-chip8-emulator-for-nintendo-switch.505085/ | |website=https://gbatemp.net/threads/chip8-nx-chip8-emulator-for-nintendo-switch.505085/ | ||
|source=https://github.com/Marice/CHIP8-NX | |source=https://github.com/Marice/CHIP8-NX | ||
|donation= | |donation= | ||
}} | }} | ||
A [https://en.wikipedia.org/wiki/CHIP-8 CHIP8] emulator for the Nintendo Switch. | |||
==Features== | |||
*All possible switch buttons mapped to 1-15. | |||
*Exit to HBmenu using Plua. | |||
*Ported to the Switch from [https://github.com/floorislava/SDL2_Chip8_Emulator this source]. | |||
==Installation== | |||
Extract the release .zip to the root of your SD-card. | |||
Roms go in /switch/roms/chip8/ (some public domain roms are included). | |||
==Known issues== | |||
Sometimes takes a second try to load a rom. | |||
Crashed on FW 8.1.0, Atmosphere 0.9.3 | |||
==Changelog== | ==Changelog== | ||
''' | '''v0.3 2018/05/25''' | ||
* | *Has rom selection menu now. | ||
*Now uses the full screen of the Nintendo Switch. | |||
*Supports held down key presses now. | |||
*Minor tweaks. | |||
'''v0.1 2018/05/24''' | |||
*Initial early release. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Marice/CHIP8-NX | ||
* | * GBAtemp - https://gbatemp.net/threads/chip8-nx-chip8-emulator-for-nintendo-switch.505085/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/CHIP8 |
Latest revision as of 05:16, 26 Mayıs 2023
CHIP8-NX | |
---|---|
General | |
Author | Marice |
Type | Computer |
Version | 0.3 |
License | Mixed |
Last Updated | 2018/05/25 |
Links | |
Download | |
Website | |
Source | |
A CHIP8 emulator for the Nintendo Switch.
Features
- All possible switch buttons mapped to 1-15.
- Exit to HBmenu using Plua.
- Ported to the Switch from this source.
Installation
Extract the release .zip to the root of your SD-card.
Roms go in /switch/roms/chip8/ (some public domain roms are included).
Known issues
Sometimes takes a second try to load a rom.
Crashed on FW 8.1.0, Atmosphere 0.9.3
Changelog
v0.3 2018/05/25
- Has rom selection menu now.
- Now uses the full screen of the Nintendo Switch.
- Supports held down key presses now.
- Minor tweaks.
v0.1 2018/05/24
- Initial early release.