]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm610/get_tv.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / cbm610 / get_tv.s
index 2edc0539960f4814d8460fa521dacdd7b5763aaa..50f909a59c04171aec6b333aaba09faf533fd700 100644 (file)
@@ -5,16 +5,16 @@
 ; /* Return the video mode the machine is using */
 ;
 
-       .include        "get_tv.inc"
+        .include        "get_tv.inc"
 
 
 ;--------------------------------------------------------------------------
 ; _get_tv
 
-.proc  _get_tv
+.proc   _get_tv
 
-               lda     #<TV::OTHER     ; CRTC
-       ldx     #>TV::OTHER
-       rts
+        lda     #<TV::OTHER     ; CRTC
+        ldx     #>TV::OTHER
+        rts
 
 .endproc