More actions
No edit summary |
No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox DS Homebrews | ||
| title | |title=Chip8me | ||
| image | |image=chip8me.png | ||
| type | |description=Chip-8 and Super Chip Emulator. | ||
| version | |author=ETK | ||
| | |lastupdated=2008/03/28 | ||
| | |type=Other Emulators | ||
| website | |version=1.0 | ||
|license=Mixed | |||
|download=https://dlhb.gamebrew.org/dshomebrew2/chip8me.rar | |||
|website=http://etk.scener.org | |||
}} | }} | ||
Chip-8 Emulator for Nintendo DS. The project was abandoned before being completed. No sound. | |||
==Features== | |||
* Keyboard with game-keys (autodetection). | |||
* Zoom 1x, 2x or 4x. | |||
* Ability to change chip8 default colors. | |||
* 100% compatible with chip8 games. | |||
* Nice file selection GUI (avoids non-chip8 roms). | |||
* Go back to file browser by pressing SELECT button. | |||
* If the game is waiting for a keypress, the green light turns yellow (Critical error: red light). | |||
== | ==User guide== | ||
* | You can visit the following websites for chip8 games and documentation: | ||
* | * [https://chip-8.github.io/links/#community Awesome CHIP-8] - CHIP-8 resources, tools, documentation, related projects and open source ROMs. | ||
* | * [https://johnearnest.github.io/chip8Archive CHIP-8 Archive] - A collection of public domain (CC0) games, all playable online. | ||
* [https://github.com/mattmikolay/chip-8 A collection of CHIP-8 programs and documentation] - Matt Mikolay’s games, programs and documentation. | |||
* [https://www.zophar.net/pdroms/chip8.html Zophar's Domain] - Chip-8 Public Domain ROMs. | |||
==Controls== | ==Controls== | ||
Up - 2 | |||
Left - 4 | |||
: | |||
: | Right - 6 | ||
Down - 8 | |||
Stylus - Other keys | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/dshomebrew/chip8me2.png | |||
https://dlhb.gamebrew.org/dshomebrew/chip8me9.png | |||
https://dlhb.gamebrew.org/dshomebrew/chip8me7.png | |||
https://dlhb.gamebrew.org/dshomebrew/chip8me8.png | |||
==Changelog== | ==Changelog== | ||
'''1.0''' | '''1.0''' | ||
*CPU: Added SCHIP support | * CPU: Added SCHIP support. | ||
*CPU: Fixed SP (it was skipping the first one) | * CPU: Fixed SP (it was skipping the first one). | ||
*CPU: RND opcode fixed (fixes VBRIX bugs) | * CPU: RND opcode fixed (fixes VBRIX bugs). | ||
*CPU: LD Vx, K (Wait for keypress) fixed | * CPU: LD Vx, K (Wait for keypress) fixed. | ||
*GUI: Added directory support | * GUI: Added directory support. | ||
*GUI: Added file-sorting | * GUI: Added file-sorting. | ||
*GUI: Long names are now short when displaying | * GUI: Long names are now short when displaying. | ||
*Misc: Fixed some memory overflows | * Misc: Fixed some memory overflows. | ||
*Misc: fixed some debugging problems | * Misc: fixed some debugging problems. | ||
*Misc: Added auto-zoom (fit to screen, schip has different resolution) | * Misc: Added auto-zoom (fit to screen, schip has different resolution). | ||
*Misc: Added 'reset to default' option | * Misc: Added 'reset to default' option. | ||
*Misc: Added few options ('reset to default' and 'save and continue') | * Misc: Added few options ('reset to default' and 'save and continue'). | ||
*Others: some minor fixes | * Others: some minor fixes. | ||
==External links== | |||
* Author's website - http://etk.scener.org |
Latest revision as of 11:51, 20 August 2024
Chip8me | |
---|---|
General | |
Author | ETK |
Type | Other Emulators |
Version | 1.0 |
License | Mixed |
Last Updated | 2008/03/28 |
Links | |
Download | |
Website | |
Chip-8 Emulator for Nintendo DS. The project was abandoned before being completed. No sound.
Features
- Keyboard with game-keys (autodetection).
- Zoom 1x, 2x or 4x.
- Ability to change chip8 default colors.
- 100% compatible with chip8 games.
- Nice file selection GUI (avoids non-chip8 roms).
- Go back to file browser by pressing SELECT button.
- If the game is waiting for a keypress, the green light turns yellow (Critical error: red light).
User guide
You can visit the following websites for chip8 games and documentation:
- Awesome CHIP-8 - CHIP-8 resources, tools, documentation, related projects and open source ROMs.
- CHIP-8 Archive - A collection of public domain (CC0) games, all playable online.
- A collection of CHIP-8 programs and documentation - Matt Mikolay’s games, programs and documentation.
- Zophar's Domain - Chip-8 Public Domain ROMs.
Controls
Up - 2
Left - 4
Right - 6
Down - 8
Stylus - Other keys
Screenshots
Changelog
1.0
- CPU: Added SCHIP support.
- CPU: Fixed SP (it was skipping the first one).
- CPU: RND opcode fixed (fixes VBRIX bugs).
- CPU: LD Vx, K (Wait for keypress) fixed.
- GUI: Added directory support.
- GUI: Added file-sorting.
- GUI: Long names are now short when displaying.
- Misc: Fixed some memory overflows.
- Misc: fixed some debugging problems.
- Misc: Added auto-zoom (fit to screen, schip has different resolution).
- Misc: Added 'reset to default' option.
- Misc: Added few options ('reset to default' and 'save and continue').
- Others: some minor fixes.
External links
- Author's website - http://etk.scener.org