From 02e7425a3eb37093be2b6fec23f55a4d38769ca2 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 12 Oct 2021 20:33:15 -0400 Subject: [PATCH] peasant: attempt to detect button press at boot properly unclear whether joystick buttons have a pulldown on II+ --- games/peasant/vid_logo.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/peasant/vid_logo.s b/games/peasant/vid_logo.s index b6aca58f..1dd33b9b 100644 --- a/games/peasant/vid_logo.s +++ b/games/peasant/vid_logo.s @@ -120,7 +120,8 @@ not_gs: ; skip checks if open-apple being held down lda $C061 - beq skip_all_checks + and #$80 ; only bit 7 is affected + bne skip_all_checks ; rest is floating bus jsr detect_language_card