remove some commented out code

This commit is contained in:
mrdudz
2015-10-12 18:09:50 +02:00
parent ead9950044
commit aed0549760
3 changed files with 6 additions and 24 deletions

View File

@@ -24,11 +24,12 @@ soft80_textcolor:
soft80_bgcolor:
ldx soft80_internal_bgcolor ; get old value
stx tmp2 ; save old value
sta soft80_internal_bgcolor ; set new value
jsr mkcharcolor
stx tmp2 ; save old value
.if SOFT80COLORVOODOO = 1
; if the old bg color is equal to color ram of that cell, then also
; update the color ram to the new value.