More actions
(Created page with "{{Infobox homebrew | title = Chip8me | image = File:Chip8meds.png | type = Emulator | version = 1.0 | licence = Mixed | author = etk | webs...") |
No edit summary |
||
Line 12: | Line 12: | ||
Chip-8 Emulator for Nintendo DS. It was abandoned before being completed. No sound. | Chip-8 Emulator for Nintendo DS. It 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) | |||
==Controls== | ==Controls== |
Revision as of 09:19, 21 September 2012
Chip8me | |
File:Chip8meds.png | |
General | |
---|---|
Author(s) | etk |
Type | Emulator |
Version | 1.0 |
Licence | Mixed |
Links | |
[Media:Chip8meds.rar Download] | |
Website |
<htmlet>adsense</htmlet>
Chip-8 Emulator for Nintendo DS. It 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)
Controls
Default Keys:
- 2 KEY UP
- 4 KEY LEFT
- 6 KEY RIGHT
- 8 KEY DOWN
Stylus - other keys
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