]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/color.s
Fixed line endings I broke with recent change.
[cc65] / libsrc / c64 / color.s
index d4a4e4f3ef604dee572ab8bf60169dd9c38f4a81..2ba136a7e43969db2741e1e0a461c7a2f29f02cf 100644 (file)
@@ -26,7 +26,7 @@ _bgcolor:
 
 
 _bordercolor:
-       ldx     VIC_BG_COLOR0   ; get old value
+               ldx     VIC_BORDERCOLOR ; get old value
        sta     VIC_BORDERCOLOR ; set new value
        txa
        rts