gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 114ca88e3367286ff74cec93975ebaeb7da307d3 parent ab9779f3f5f934f53b340689c447711a99a0a16b Author: Toxa <untoxa@mail.ru> Date: Thu, 19 Aug 2021 23:49:42 +0300 SMS/GG: DISPLAY_ON by default Diffstat:
| M | gbdk-lib/libc/targets/z80/crt0.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/z80/crt0.s b/gbdk-lib/libc/targets/z80/crt0.s @@ -219,7 +219,7 @@ __shadow_OAM_OFF:: .area _INITIALIZER .db .R0_DEFAULT - .db #(.R1_DEFAULT | .R1_IE) ; VBLANK + .db #(.R1_DEFAULT | .R1_DISP_ON | .R1_IE) ; VBLANK .db .R2_MAP_0x3800 .db 0xFF .db 0xFF
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.