gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 42593c776ca9db096d8dfe61561d47204c7bd03e parent c1745dd5a946a7dc6f830cc61b383f22df33d256 Author: Toxa <untoxa@mail.ru> Date: Wed, 1 Feb 2023 22:39:05 +0300 GB: fix installing of the default SIO handler Diffstat:
| M | gbdk-lib/libc/targets/sm83/serial.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/sm83/serial.s b/gbdk-lib/libc/targets/sm83/serial.s @@ -18,7 +18,7 @@ .area _GSINIT ;; initialize SIO - LD BC,#.serial_IO + LD DE,#.serial_IO CALL .add_SIO XOR 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.