]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/home.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / apple2 / home.s
index de5334c93709514caf918e58faa07a77db7f853d..02899beb49bceef54d1baea2fe4a2e415c203ca7 100644 (file)
@@ -4,17 +4,17 @@
 ; HOME routine
 ;
 
-       .export         HOME
+        .export         HOME
 
-       .include        "apple2.inc"
+        .include        "apple2.inc"
 
-       .segment        "LOWCODE"
+        .segment        "LOWCODE"
 
 HOME:
-       ; Switch in ROM and call HOME
-       bit     $C082
-       jsr     $FC58           ; Clear current text screen
+        ; Switch in ROM and call HOME
+        bit     $C082
+        jsr     $FC58           ; Clear current text screen
 
-       ; Switch in LC bank 2 for R/O and return
-       bit     $C080
-       rts
+        ; Switch in LC bank 2 for R/O and return
+        bit     $C080
+        rts