]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/mcbdefault.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / c128 / mcbdefault.s
index d5a91f923b1d7f63acf44451f5b1b3f1cbc6568e..cdedf49049fbbec1fdbb0638316d5dd8a6e7efcb 100644 (file)
@@ -64,13 +64,13 @@ VIC_SPR_Y       = (VIC_SPR0_Y + 2*MOUSE_SPR)    ; Sprite Y register
         txa
         adc     #0
         bne     @L1                     ; Branch if high byte not zero
-       lda     VIC_SPR_HI_X            ; Get high X bits of all sprites
-       and     #MOUSE_SPR_NMASK        ; Clear high bit for sprite
+        lda     VIC_SPR_HI_X            ; Get high X bits of all sprites
+        and     #MOUSE_SPR_NMASK        ; Clear high bit for sprite
         sta     VIC_SPR_HI_X
         rts
 
-@L1:    lda    VIC_SPR_HI_X            ; Get high X bits of all sprites
-               ora     #MOUSE_SPR_MASK         ; Set high bit for sprite
+@L1:    lda     VIC_SPR_HI_X            ; Get high X bits of all sprites
+        ora     #MOUSE_SPR_MASK         ; Set high bit for sprite
         sta     VIC_SPR_HI_X
         rts
 
@@ -86,11 +86,11 @@ VIC_SPR_Y       = (VIC_SPR0_Y + 2*MOUSE_SPR)    ; Sprite Y register
         ldx     PALFLAG
         bne     @L1
         adc     #50                     ; FIXME: Should be NTSC, is PAL value
-               sta     VIC_SPR_Y               ; Set Y position
+        sta     VIC_SPR_Y               ; Set Y position
         rts
 
 @L1:    adc     #50                     ; Add PAL correction
-               sta     VIC_SPR_Y               ; Set Y position
+        sta     VIC_SPR_Y               ; Set Y position
         rts
 
 .endproc