Skip to content

Commit

Permalink
added HELPRESET option for XEX version
Browse files Browse the repository at this point in the history
  • Loading branch information
unbibium committed Aug 7, 2021
1 parent 2751584 commit ca01976
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kernal/editor.2
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,13 @@ SCNKEY LDA #$00
BEQ SCNOUT ;BRANCH IF NONE
LDA #0
STA STKEY ; clear stop key
TAY
IFCONST HELPRESET
LDX KBCODE
CPX #$11
BNE NOHELPRESET
JMP TIMB
NOHELPRESET
ENDIF
; there is a key. do shift/ctrl keys
BIT KBCODE
BPL NOCTRL
Expand Down
1 change: 1 addition & 0 deletions kernal/editor.3
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ F3KEY = $FF
F4KEY = $FF
; keys that don't really map well to C64
HELPKEY = $FF
HELPCODE = $11
LOGOKEY = $7E ; pi
TABKEY = $5F ; left arrow
CAPSKEY = $FF
Expand Down

0 comments on commit ca01976

Please sign in to comment.