gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 3d4c6867d27b5315f336ff6516edfeb6203f3b8f parent 73b40571039756c4ac79b8223454a90742d5e96d Author: toxa <untoxa@mail.ru> Date: Sun, 4 Oct 2020 18:17:27 +0300 fixed overflow in initarand(), possible solution for https://github.com/Zal0/gbdk-2020/issues/53 Diffstat:
| M | gbdk-lib/libc/gb/arand.s | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/libc/gb/arand.s b/gbdk-lib/libc/gb/arand.s @@ -102,8 +102,6 @@ _initarand:: ; Banked LD H,B LD L,C - LD A, D - LD (HL+),A LD A, E LD (HL+),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.