mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
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:
Binary file not shown.
@@ -274,6 +274,7 @@ FirstSTART
|
||||
mva #$04 MODUL-6+$bd2
|
||||
mva #$08 MODUL-6+$e17
|
||||
mva #$06 MODUL-6+$e3d
|
||||
mva #$06 MODUL-6+$e8c
|
||||
NoRMT_PALchange
|
||||
.ELSE
|
||||
mva #$7f SkStatSimulator
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user