Chip 8 for GBA: Difference between revisions
From GameBrew
More actions
No edit summary |
|||
| Line 20: | Line 20: | ||
Chip 8 emulator for. It's a recompile of Vision8 by Marcel De Kogel. It's still in early stage, but it works. | Chip 8 emulator for. It's a recompile of Vision8 by Marcel De Kogel. It's still in early stage, but it works. | ||
== | ==Installation== | ||
Run the following commond line to generate the .gba file: | Run the following commond line to generate the .gba file: | ||
* Unix: cat chip8.gba chipgame > chipgame.gba | * Unix: <code>cat chip8.gba chipgame > chipgame.gba</code> | ||
* Dos: copy /b chip8.gba+chipgame chipgame.gba | * Dos: <code>copy /b chip8.gba+chipgame chipgame.gba</code> | ||
There is a keyboard on the upper left corner that shows how the joypad is mapped. | There is a keyboard on the upper left corner that shows how the joypad is mapped. | ||
Revision as of 11:02, 8 September 2022
| Chip 8 for GBA | |
|---|---|
| File:Chip8gba2.png | |
| General | |
| Author | Mael |
| Type | Other emulators |
| Version | 2002 |
| License | Mixed |
| Last Updated | 2002/01/27 |
| Links | |
| Download | |
| Website | |
Chip 8 emulator for. It's a recompile of Vision8 by Marcel De Kogel. It's still in early stage, but it works.
Installation
Run the following commond line to generate the .gba file:
- Unix:
cat chip8.gba chipgame > chipgame.gba - Dos:
copy /b chip8.gba+chipgame chipgame.gba
There is a keyboard on the upper left corner that shows how the joypad is mapped.
Screenshots
Known issues
Some rom doesn't work.
External links
- Author's website - http://mapage.noos.fr/gbongba/