peasant: attempt to detect button press at boot properly

unclear whether joystick buttons have a pulldown on II+
This commit is contained in:
Vince Weaver 2021-10-12 20:33:15 -04:00
parent 44c975b77a
commit 02e7425a3e
1 changed files with 2 additions and 1 deletions

View File

@ -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