git.y1.nz

gbdk-2020

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

commit a989a281aeb4ab7e6eed093460ec94c4ed5a643d
parent d5968cce3043da406221dd5a8e75f80b9b02fb12
Author: Toxa <untoxa@mail.ru>
Date:   Tue,  9 Jun 2026 18:23:21 +0300

GB: use new register definitions in the WAIT_STAT macro

Diffstat:
Mgbdk-lib/libc/targets/sm83/gb/global.s2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/targets/sm83/gb/global.s b/gbdk-lib/libc/targets/sm83/gb/global.s @@ -483,7 +483,7 @@ ;; Macro definitions .macro WAIT_STAT ?lbl -lbl: LDH A, (.STAT) +lbl: LDH A, (rSTAT) AND #STATF_BUSY ; Check if in LCD modes 0 or 1 JR NZ, lbl .endm

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