gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit ec24d3138a1e996f9f267e792e35e2f3ba5c5817 parent 7c89a8d9d4d74fdbbc49ebf27b3f41b3fe773d00 Author: Toxa <56631470+untoxa@users.noreply.github.com> Date: Sun, 8 Mar 2026 11:42:53 +0300 Merge pull request #867 from Phidias618/patch-2 Diffstat:
| M | gbdk-lib/libc/targets/sm83/ap/crt0.s | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/libc/targets/sm83/ap/crt0.s b/gbdk-lib/libc/targets/sm83/ap/crt0.s @@ -24,6 +24,9 @@ .MemsetSmall:: LD (HL+),A DEC C + RET Z + LD (HL+),A + DEC C JR NZ,.MemsetSmall ret
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.