removed duplicate copy of charset and shift it at init time, saves 1k

This commit is contained in:
mrdudz
2015-09-27 19:34:43 +02:00
parent c221fe22f6
commit 257183fa55
4 changed files with 31 additions and 169 deletions

View File

@@ -17,7 +17,7 @@ soft80_cvline:
cmp #0 ; Is the length zero?
beq L9 ; Jump if done
sta tmp1
L1: lda #125 ; Vertical bar
L1: lda #125 ; Vertical bar, petscii code
jsr soft80_putchar ; Write, no cursor advance
jsr soft80_newline ; Advance cursor to next line
dec tmp1