rename CIOV and SIOV to CIOV_org and SIOV_org for atarixl target

This commit is contained in:
Christian Groessler
2013-05-31 01:37:40 +02:00
parent 164fb56580
commit c1468f11b2
2 changed files with 9 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ cont: ldx #0 ; channel 0
sta ICBLH,x
lda #PUTCHR
sta ICCOM,x
jsr CIOV
jsr CIOV_org
.endmacro
.macro print_string2 addr, len
@@ -51,7 +51,7 @@ cont: ldx #0 ; channel 0
sta ICBLH,x
lda #PUTCHR
sta ICCOM,x
jsr CIOV
jsr CIOV_org
.endmacro