From 52964989934d0f0299a535964e6ff8ee3debafc5 Mon Sep 17 00:00:00 2001 From: Josh Frisby <44419124+oshf@users.noreply.github.com> Date: Mon, 18 May 2020 17:18:28 -0400 Subject: [PATCH] Add GBDK 2020 link (#176) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8032820..b0c003c 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ The [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d61 - [GBDK](http://gbdk.sourceforge.net/) - A set of tools that enable to develop in **C**. Includes a set of libraries for the most common requirements and generates ready ROM files. [Documentation](http://gbdk.sourceforge.net/doc/gbdk-doc.pdf). - [gbdk-osx](https://github.com/x43x61x69/gbdk-osx) - Patched GBDK 2.96a for the latest compilers on macOS. - [gbdk-n](https://github.com/rotmoset/gbdk-n) - Aims to update the gbdk libraries to be compatible with new versions of SDCC and provide helpers for building roms. Does not support ROM banking, thus limiting ROM size to 32K. + - [gbdk-2020](https://github.com/Zal0/gbdk-2020) - An updated version of GBDK, C compiler, assembler, linker and set of libraries. #### Experimental/Proof of Concepts