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_chline:
cmp #0 ; Is the length zero?
beq L9 ; Jump if done
sta tmp1
L1: lda #96 ; Horizontal line, screen code
L1: lda #96 ; Horizontal line, petscii code
jsr soft80_cputdirect ; Direct output
dec tmp1
bne L1