gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 5ffa0548a6e8d0f1922acde64f3b63121ebd0711 parent 0a030e073cb8b34d206052e946c0a420d496563c Author: Toxa <untoxa@mail.ru> Date: Sun, 19 May 2024 19:34:28 +0300 SMS/GG fix scroll glitch because of too fast VDP access Diffstat:
| M | gbdk-lib/libc/targets/z80/scroll.s | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gbdk-lib/libc/targets/z80/scroll.s b/gbdk-lib/libc/targets/z80/scroll.s @@ -41,6 +41,7 @@ set 6, h WRITE_VDP_CMD_HL nop + nop ld a, e out (.VDP_DATA), a
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.