gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 64bf656fb2afcb755bc866201313e9ce08179e98 parent 9c3113a00082a3e81100aa74a22b079c8503317c Author: Michel Iwaniec <46843052+michel-iwaniec@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:43:27 +0100 NES: Fix waitpadup so it actually waits for button release instead of press (#689) Diffstat:
| M | gbdk-lib/libc/targets/mos6502/nes/pad.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/mos6502/nes/pad.s b/gbdk-lib/libc/targets/mos6502/nes/pad.s @@ -46,7 +46,7 @@ _read_joypad_no_strobe:: .padup:: _waitpadup:: jsr .jpad - beq _waitpadup + bne _waitpadup rts ;; Get Keypad Button Status
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.