]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/cputc.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / apple2 / cputc.s
index f3adc2f5478a7fc31f46375fdf1ec9e03e878675..1cadd1f1ca09ce04b0897cd0d040ddccc82b01d4 100644 (file)
@@ -6,7 +6,7 @@
 ;
 
         .ifdef  __APPLE2ENH__
-        .constructor    initconio, 17
+        .constructor    initconio
         .endif
         .export         _cputcxy, _cputc
         .export         cputdirect, newline, putchar
@@ -19,7 +19,7 @@
         .ifdef  __APPLE2ENH__
 initconio:
         sta     SETALTCHAR      ; Switch in alternate charset
-        bit    LORES           ; Limit SET80COL-HISCR to text
+        bit     LORES           ; Limit SET80COL-HISCR to text
         rts
         .endif