Option key fix and opty

This commit is contained in:
Pecusx
2023-10-27 08:47:50 +02:00
parent 2c0132fd9f
commit 0320b000b3
3 changed files with 3 additions and 8 deletions
+1
View File
@@ -484,6 +484,7 @@ checkSelectKey
beq SelectPressed
lda CONSOL
and #%00000100 ; Option
beq OptionPressed
.ENDIF
lda #@kbcode._none
bne getkeyend