git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit eb28cbcc003fd7c3a6ea4c7b589ca925e51fef78
parent 13de84ce7695dd48d6816a2d01774ae6c6220dd2
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Fri, 28 Oct 2022 18:02:47 -0700

Readme: updates for 4.1.0
Diffstat:
MREADME.md8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -7,6 +7,10 @@ __Supported Consoles:__ [(see docs)](https://gbdk-2020.github.io/gbdk-2020/docs/ - Sega Master System & Game Gear - Mega Duck / Cougar Boy +Expirimental consoles (not yet fully functional) + - MSXDOS + - NES + ## Current Release @@ -58,8 +62,8 @@ The sources in this repo are only needed if you want to re-compile GBDK-2020 you ## Current status - Updated CRT and library that suits better for game development - SDCC Versions - - Current GBDK-2020 versions require SDCC patches for z80 SMS/Game Gear support. So SDCC nightlies/snapshot builds cannot be used if you want to target SMS/Game Gear. Instead use the [Patched SDCC Builds](https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/tag/sdcc-12539-patched). - - In addition, recent SDCC nightlies/snapshot builds have switched to a new calling convention which is not well tested with GBDK-2020 and there may be bugs. It's recommended to not use versions after build #12539 at this time. + - Current GBDK-2020 versions require SDCC patches for z80 SMS/Game Gear support (only `sdldz80` in GBDK-2020 4.1.0). So SDCC nightlies/snapshot builds cannot be used if you want to target SMS/Game Gear. Instead use the [Patched SDCC Builds](https://github.com/gbdk-2020/gbdk-2020-sdcc/releases). + - The default calling convention changed in `SDCC 4.2`. This is supported starting with `GBDK-2020 4.1.0`. Older versions of GBDK should use SDCC builds #12539 or older (see per-version GBDK notes). - The compiler driver **lcc** supports the latest sdcc toolchain.

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.