gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit cce23a8fd6ab6c1bfb6df5b7305c67a878b96f10 parent 3824a5753adb827d08a335581e8a1d1c4449cb6d Author: Toxa <untoxa@mail.ru> Date: Sat, 16 Jan 2021 00:38:47 +0300 readme update Diffstat:
| M | README.md | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ You don't need the sources, unless you wish to compile GBDK-2020 yourself. Downl # Current status - updated CRT and library that suits better for game development -- the latest nightlies of **sdcc** (the compiler and toolchain) are used from [sourceforge](http://sdcc.sourceforge.net). At the moment of writing this the last stable version is 4.0 which has linker issues and won't work if you want to use banks. Please use one of the nightlies available [here](http://sdcc.sourceforge.net/snap.php) (we used 4.0.4 #11952) +- the latest nightlies of **sdcc** (the compiler and toolchain) are used from [sourceforge](http://sdcc.sourceforge.net). At the moment of writing this the last stable version is 4.0 which has linker issues and won't work if you want to use banks. Please use one of the nightlies available [here](http://sdcc.sourceforge.net/snap.php) (we used 4.0.7 #12016) - The compiler driver **lcc** supports the latest sdcc toolchain. For full list of changes see the [ChangeLog](https://github.com/Zal0/gbdk-2020/blob/master/gbdk-support/ChangeLog) file
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.