convert to petscii

This commit is contained in:
mrdudz 2017-12-28 17:52:27 +01:00
parent f207a60365
commit 783408080c
1 changed files with 7 additions and 0 deletions

View File

@ -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