gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 7608399f237802dcdd704961d5faae87388632c3 parent c731d357a5acdfb48f5ff03c9c96bc6ee7fcb8a7 Author: Toxa <untoxa@mail.ru> Date: Wed, 17 May 2023 18:46:46 +0300 workaround possible HALT bug Diffstat:
| M | gbdk-lib/libc/targets/sm83/ap/crash_handler.s | 1 | + |
| M | gbdk-lib/libc/targets/sm83/duck/crash_handler.s | 1 | + |
| M | gbdk-lib/libc/targets/sm83/gb/crash_handler.s | 1 | + |
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/libc/targets/sm83/ap/crash_handler.s b/gbdk-lib/libc/targets/sm83/ap/crash_handler.s @@ -258,6 +258,7 @@ ___HandleCrash:: xor a ldh (.IF), a halt + nop jr .loop diff --git a/gbdk-lib/libc/targets/sm83/duck/crash_handler.s b/gbdk-lib/libc/targets/sm83/duck/crash_handler.s @@ -253,6 +253,7 @@ ___HandleCrash:: xor a ldh (.IF), a halt + nop jr .loop diff --git a/gbdk-lib/libc/targets/sm83/gb/crash_handler.s b/gbdk-lib/libc/targets/sm83/gb/crash_handler.s @@ -258,6 +258,7 @@ ___HandleCrash:: xor a ldh (.IF), a halt + nop jr .loop
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.