]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/get_tv.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / c128 / get_tv.s
index 084876d1162dca02bb357fb4d7601ac2a4063c97..d85c9a65085f0a4aa390db3e2f5d72c2e82bd433 100644 (file)
@@ -5,7 +5,7 @@
 ; /* Return the video mode the machine is using */
 ;
 
-       .include        "get_tv.inc"
+        .include        "get_tv.inc"
         .include        "c128.inc"
 
 
@@ -14,7 +14,7 @@
 
 .proc   _get_tv
 
-        ldx     #TV::PAL       ; Assume PAL
+        ldx     #TV::PAL        ; Assume PAL
         lda     PALFLAG
         bne     pal
         dex                     ; NTSC