]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/color.s
Improved Makefile by Greg King.
[cc65] / libsrc / atari / color.s
index daff5c63ad9b6e783022e291756e33423c1ee3fe..52432499dc4b625f279a4983d9d5dacda05adbdf 100644 (file)
@@ -17,12 +17,11 @@ _bgcolor:
        cmp     #8
        bcs     bright
        lda     #$0e
-       sta     COLOR1
-       txa
-       rts
+       .byte   $2c     ; bit opcode, eats the next 2 bytes
 bright:        lda     #0
        sta     COLOR1
        txa
+       ldx     #0      ; fix X
        rts
 
 
@@ -30,5 +29,6 @@ _bordercolor:
        ldx     COLOR4  ; get old value
        sta     COLOR4  ; set new value
        txa
+       ldx     #0      ; fix X
        rts