git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 6760dd051288ad436bffbaee2f31b15de9d5e147
parent bb2ddaf811c84c8704f74a6b48f53ff34d409299
Author: Toxa <untoxa@mail.ru>
Date:   Tue, 14 Nov 2023 00:28:48 +0300

SMS: fix typo in waitpad()

Diffstat:
Mgbdk-lib/libc/targets/z80/sms/pad.s1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/targets/z80/sms/pad.s b/gbdk-lib/libc/targets/z80/sms/pad.s @@ -31,7 +31,6 @@ _waitpadup:: ;; Wait for the key to be pressed _waitpad:: .wait_pad:: -1$: ld h, l 1$: call .jpad ; read pad

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.