gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 624f6347914134a24b5ea7ed81fbd27571cf786b parent f56adc152366b4ed5e99fb69efa36e7d19c5d598 Author: Toxa <untoxa@mail.ru> Date: Mon, 30 Aug 2021 17:24:51 +0300 SMS/GG: prevent showing garbage for the first few frames, when loading simple console programs using everdrive Diffstat:
| M | gbdk-lib/libc/targets/z80/putchar.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/z80/putchar.s b/gbdk-lib/libc/targets/z80/putchar.s @@ -50,12 +50,12 @@ _putchar:: jr nz, 6$ push de + call _cls call font_load_ibm ld a, h or l ret z call font_set - call _cls pop de ld hl, (font_current+sfont_handle_font) 6$:
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.