gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 8fa30decf07cd4bb0c64ae96c67d0c0d0823bfd5 parent d683362aabb1c38b2b0f31546015086d53c4546e Author: Toxa <untoxa@mail.ru> Date: Tue, 13 Jul 2021 23:47:15 +0300 missing .globl references in init_vram.s Diffstat:
| M | gbdk-lib/libc/gb/init_vram.s | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/libc/gb/init_vram.s b/gbdk-lib/libc/gb/init_vram.s @@ -3,6 +3,9 @@ ;; BANKED: checked .area _BASE + .globl .init_wtt, .init_btt, .init_vram + + ;; Initialize window tile table ;; void init_win(char c); _init_win::
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.