]> git.sur5r.net Git - cc65/blobdiff - libsrc/telemon30/orixhdr.s
Correcting spaces
[cc65] / libsrc / telemon30 / orixhdr.s
index 8744e86b093117234c56f372bd7827bd4ecbd92b..1b03518859778a0271e3798c4767171a97b3c5b5 100644 (file)
@@ -1,5 +1,5 @@
 ;
-; Based on code by Debrune Jérôme <jede@oric.org>
+; Based on code by Debrune Jérôme <jede@oric.org>
 ; 2016-03-17, Greg King
 ;
 
 
 .segment        "ORIXHDR"
 
-        .byte   $01, $00          ; 
+    .byte   $01, $00          ; 
 
-       .byte "ORI"
+       .byte "ori"
 
        .byte $01 ; version
-       .byte $00,$00 ; mode
-       .byte $00,$00 ; cpu type
+       .byte $00,%00000000 ; 6502 only
+       .byte $00,$00 ; Extends
        .byte $00,$00 ; OS
 
-        .byte   $00                     ;  reserved
-        .byte   $00                     ; auto 
-
+    .byte   $00                     ;  reserved
+    .byte   $00                     ; auto 
 
        .word   __BASHEAD_START__       ; Address of start of file
        .word   __MAIN_LAST__ - 1       ;  Address of end of file