From 1433ff3886089bf3cda1dea604f3b759a32742bb Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Mon, 29 Jan 2018 00:00:08 +0100 Subject: [PATCH] Add Homebrew Hub. Add commented gbc bootrom. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae00eee..7d870a9 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r - [Unused Palettes](https://tcrf.net/Notes:Game_Boy_Color_Bootstrap_ROM) - [GBC colorization palettes in the BIOS](https://forums.nesdev.com/viewtopic.php?p=114388&sid=c3d4ce08cfd9d9c834958d4f148750c3#p114388) - [High resolution GBC schematics](https://drive.google.com/file/d/1a0HTmBiRxoZw4XgLEDzwGCugfTfdIQwT/view?usp=sharing) +- [GameBoy Color Boot ROM Disassembly](https://gist.github.com/drhelius/6063265) ### Peripherals @@ -186,9 +187,11 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r - [gomeboycolor](https://github.com/djhworld/gomeboycolor) - Go, cross platform [documented](http://djhworld.github.io/gomeboycolor/) emulator. - [mGBA](https://github.com/mgba-emu/mgba) - A modern cross platform GBA emulator which also runs GB/GBC games. Written in C. - [GBRE](https://github.com/ericgramgb/GBRE) - Game Boy Runtime Environment for iOS (iOS Safari and Chrome). - + ## Software Development +- [Homebrew Hub](https://gbhh.avivace.com) - Every unofficial homebrew ever produced for Game Boy playable online (mobile/touch too): a community-lead attempt to collect, archive and save every unofficial game, homebrew, demo, patch, hackrom for Game Boy (Color) produced by the community through years of passionate work. + ### Assemblers - [RGBDS](https://github.com/rednex/rgbds) - Assembler and linker package (a fork currently updated).