]> git.sur5r.net Git - cc65/blobdiff - libsrc/lynx/exehdr.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / lynx / exehdr.s
index c1b06c4089ca84c66149c39f3e328d9ac36270d9..4f077fb82403e849d06caeaa74745b7585518b5a 100644 (file)
@@ -3,20 +3,20 @@
 ;
 ; This header contains data for emulators like Handy and Mednafen
 ;
-       .import         __BLOCKSIZE__
-       .export         __EXEHDR__: absolute = 1
+        .import         __BLOCKSIZE__
+        .export         __EXEHDR__: absolute = 1
 
 
 ; ------------------------------------------------------------------------
 ; EXE header
-       .segment "EXEHDR"
-       .byte   'L','Y','N','X'                         ; magic
-       .word   __BLOCKSIZE__                           ; bank 0 page size
-       .word   __BLOCKSIZE__                           ; bank 1 page size
-       .word   1                                       ; version number
-       .asciiz "Cart name                      "       ; 32 bytes cart name
-       .asciiz "Manufacturer   "                       ; 16 bytes manufacturer
-       .byte   0                                       ; rotation 1=left
-                                                       ; rotation 2=right
-       .byte   0,0,0,0,0                               ; spare
+        .segment "EXEHDR"
+        .byte   'L','Y','N','X'                         ; magic
+        .word   __BLOCKSIZE__                           ; bank 0 page size
+        .word   __BLOCKSIZE__                           ; bank 1 page size
+        .word   1                                       ; version number
+        .asciiz "Cart name                      "       ; 32 bytes cart name
+        .asciiz "Manufacturer   "                       ; 16 bytes manufacturer
+        .byte   0                                       ; rotation 1=left
+                                                        ; rotation 2=right
+        .byte   0,0,0,0,0                               ; spare