More actions
GB-8 | |
---|---|
General | |
Author | Hacktix |
Type | Computer |
Version | 1.0.0 |
License | MIT License |
System | DMG |
Last Updated | 2021/01/17 |
Links | |
Download | |
Website | |
Source | |
GB-8 is a CHIP-8 interpreter for the Gameboy Color. It comes pre-loaded with a whole bunch of CHIP-8 ROMs and is easily expandable and modular. And thanks to the small size of CHIP-8 ROMs, it even fits onto a 32KB cartridge.
Installation
Simply download the newest version from the Releases Section and load it up on hardware or on your favorite Game Boy emulator.
User guide
The current Release build comes packaged with the following ROMs:
- Airplane (Game)
- AstroDodge (Game)
- Blinky (Game)
- Breakout (Game)
- Cave (Game)
- Kaleidoscope (Demo)
- Particle (Demo)
- Pong (Game)
- Sierpinski (Demo)
- Trip8 (Demo)
- Fall (Demo)
If you clone the repository you can add your own CHIP-8 ROMs and assemble a new GB ROM, all you need to do is to change the src/roms.asm
file to your needs. A description of the file format can be found at the top of the file.
Controls
D-Pad - Navigate menu
A - Start the game
A+B+Start+Select - Exit game
Controls for the games themselves are mapped on a per-game basis.
Screenshots
Changelog
v1.0.0
- Initial release of GB-8, featuring a ROM-selection interface as well as 11 built-in ROMs.
External links
- GitHub - https://github.com/Hacktix/GB-8/