gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 802c9a199e11a16d596e4b25dd67aef3c2b78c05 parent c919945e81f9f8ab31cbfa086dde7bf9a1db8432 Author: bbbbbr <reg+github@roughhousing.com> Date: Fri, 10 Sep 2021 23:47:29 -0700 Update GBDK description + consoles, Add sms power links Diffstat:
| M | README.md | 13 | ++++++++----- |
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -14,10 +14,11 @@ A good place to start is the [Getting Started Section](https://gbdk-2020.github. Check the [Links and Third-Party Tools Section](https://gbdk-2020.github.io/gbdk-2020/docs/api/docs_links_and_tools.html) for a list of recommended emulators, graphics tools, music drivers and more. # gbdk-2020 -[GBDK](http://gbdk.sourceforge.net/) A C compiler, assembler, linker and set of libraries. +GBDK is a cross-platform development kit for sm83 and z80 based consoles. It includes libraries, toolchain utilities and the [SDCC](http://sdcc.sourceforge.net/) C compiler suite. __Supported Consoles:__ - Nintendo Gameboy +- Analogue Pocket - Sega Master System & Game Gear # Current status @@ -40,13 +41,15 @@ Then go to the examples folder and build them (with compile.bat on windows or ru ## Discord servers * [gbdk/zgb Discord](https://discord.gg/XCbjCvqnUY) - For help with using GBDK (and ZGB), discussion and development of gbdk-2020 -* [gbdev Discord](https://discordapp.com/invite/tKGMPNr) - There is a #gbdk channel and also people with a lot of Game Boy development knowledge - -For SDCC you can check its [website](http://sdcc.sourceforge.net/) and the [manual](http://sdcc.sourceforge.net/doc/sdccman.pdf) -[The Game Boy Development Forum](https://gbdev.gg8.se/forums/) is a good place to search for answers. +* [gbdev Discord](https://discordapp.com/invite/tKGMPNr) - There is a #gbdk channel and also people with a lot of Game Boy development knowledge +* [SMS Power! Discord](https://discord.gg/h5xrKUK) - Additional SMS & Game Gear discussion and resources. +## Forums +- [The Game Boy Development Forum](https://gbdev.gg8.se/forums/) - A good place to search for Game Boy related answers. +- [SMS Power! Forum](https://www.smspower.org/) - Additional SMS & Game Gear discussion and resources. +For SDCC you can check its [website](http://sdcc.sourceforge.net/) and the [manual](http://sdcc.sourceforge.net/doc/sdccman.pdf) # Build instructions Unless you are interested on recompiling the sources for some reason (like fixing some bugs) **you don't need to build GBDK**
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.