End of keyboard support in 5200 and improved music in NTSC.

Keypad on the 5200 works, of course. And it works very well.
This commit is contained in:
Pecusx
2022-11-03 19:30:02 +01:00
parent 1a1761bc4c
commit e717306400
5 changed files with 3 additions and 0 deletions
+2
View File
@@ -1117,6 +1117,7 @@ CheckKeys
bit escFlag
spl:rts
.IF TARGET = 800 ; only the A800 has a keyboard
; is the char to be recorded?
ldx #keycodesEnd-keycodes ;table was 38 chars long
IsLetter
@@ -1136,6 +1137,7 @@ YesLetter
dex
@ stx PositionInName ; if not, we store
jmp CheckKeys
.ENDIF
CheckFurtherX01 ; here we check Tab, Return and Del
cmp #@kbcode._ret ; $0c ; Return
jeq EndOfNick