mirror of
https://github.com/cc65/cc65.git
synced 2025-03-19 22:34:04 +00:00
convert to petscii
This commit is contained in:
parent
f207a60365
commit
783408080c
@ -15,6 +15,13 @@
|
||||
|
||||
soft80_cpeekc:
|
||||
jsr soft80_cpeekchar
|
||||
; 0-1F -> A0-BF
|
||||
; 20-7F -> 20-7F
|
||||
cmp #$20
|
||||
bcs @sk
|
||||
;clc
|
||||
adc #$a0
|
||||
@sk:
|
||||
ldx #0
|
||||
rts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user