SELECT key selects joystick port just like TAB key.

Manuals update.
This commit is contained in:
Pecusx
2022-11-19 12:30:37 +01:00
parent 2fb40c444f
commit f4213a7cf4
5 changed files with 16 additions and 6 deletions
+14 -4
View File
@@ -1728,11 +1728,21 @@ checkJoyGetKey
bne getkeyend
notpressedJoyGetKey
;fire
lda STRIG0
;fire
lda STRIG0
beq JoyButton
.IF TARGET = 800 ; Select key only on A800
bne checkSelectKey
checkSelectKey
lda CONSOL
and #%00000010
.ENDIF
bne @-
lda #@kbcode._ret ;Return key
OptionPressed
lda #@kbcode._tab ; Select key
bne getkeyend
JoyButton
lda #@kbcode._ret ;Return key
getkeyend
ldy #0
sty ATRACT ; reset atract mode