mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-04-10 03:37:42 +00:00
Fix #265 - thank you JGH :)
This commit is contained in:
parent
90c2162a02
commit
a4d9e389d3
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -487,8 +487,8 @@ KEYREAD2 JSR KBDREAD ; Fetch character from KBD "buffer"
|
||||
BPL KEYREADOK ; Not top-bit key
|
||||
AND #$CF ; Drop Shift/Ctrl bits
|
||||
CMP #$C9
|
||||
BCC KEYSOFTHI ; Not cursor key
|
||||
* BCC KEYSOFTY ; Not cursor key
|
||||
* BCC KEYSOFTHI ; Not cursor key
|
||||
BCC KEYSOFTY ; Not cursor key
|
||||
LDX FX4VAR
|
||||
BEQ KEYCURSOR ; *FX4,0 - editing keys
|
||||
CPY #$C9
|
||||
|
@ -224,5 +224,5 @@ BYTE00 BEQ BYTE00A ; OSBYTE 0,0 - generate error
|
||||
RTS ; %000x1xxx host type, 'A'pple
|
||||
BYTE00A BRK
|
||||
DB $F7
|
||||
HELLO ASC 'Applecorn MOS 2022-01-13'
|
||||
HELLO ASC 'Applecorn MOS 2022-01-14'
|
||||
DB $00 ; Unify MOS messages
|
||||
|
Loading…
x
Reference in New Issue
Block a user