gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit c20222386079cd24019d79fbf980a7670a544d6e parent 37821f14ab0b82c031154ffd61e72d144ace6f24 Author: Toxa <untoxa@mail.ru> Date: Tue, 21 Mar 2023 00:10:26 +0300 GB: increase sgb_transfer() maximum packet length to 7*16 bytes Diffstat:
| M | gbdk-lib/libc/targets/sm83/sgb.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/sm83/sgb.s b/gbdk-lib/libc/targets/sm83/sgb.s @@ -73,7 +73,7 @@ _sgb_transfer:: .sgb_transfer:: PUSH BC LD A,(HL) ; Top of command data - AND #0x03 + AND #0x07 JR Z,6$ 1$: PUSH AF
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.