prepend soft80_ to some more internally used functions

This commit is contained in:
mrdudz
2015-09-27 19:10:06 +02:00
parent b5a6578dca
commit c221fe22f6
4 changed files with 23 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
.export soft80_cgetc
.import cursor ; FIX/CHECK
.import putcolor ; FIX/CHECK
.import soft80_putcolor
.include "c64.inc"
.include "soft80.inc"
@@ -52,7 +52,7 @@ L3: jsr KBDREAD ; Read char and return in A
lda #$34
sta $01
jsr putcolor
jsr soft80_putcolor
ldy #$00