]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/conio/kbhit.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / conio / kbhit.s
index d5b826ecc28a6c97d6417cef887c40f94bf28c50..e93d8cc21699e3b4bcb3e5a263824801f487f063 100644 (file)
@@ -5,14 +5,14 @@
 
 ; unsigned char kbhit (void);
 
-           .export _kbhit
+            .export _kbhit
 
-           .include "geossym.inc"
+            .include "geossym.inc"
 
 _kbhit:
-       ldx #0                  ; High byte of result
-       lda pressFlag
-       rol                     ; Bit 7 is new key flag
-       txa                     ; A = 0
-       rol
-       rts
+        ldx #0                  ; High byte of result
+        lda pressFlag
+        rol                     ; Bit 7 is new key flag
+        txa                     ; A = 0
+        rol
+        rts