]> git.sur5r.net Git - cc65/blobdiff - libsrc/telestrat/orixhdr.s
Remove BASHEAD segment which is not useful
[cc65] / libsrc / telestrat / orixhdr.s
index 6fe2fca73bd9267384220b1c17bafedb19b1f360..0046bb79cc1d1a677273b1d58fa0575294665a96 100644 (file)
@@ -9,7 +9,7 @@
 
     ; These symbols, also, come from the configuration file.
     .import __AUTORUN__, __PROGFLAG__
-    .import __BASHEAD_START__, __MAIN_LAST__
+    .import __MAIN_START__, __MAIN_LAST__
 
 
 ; ------------------------------------------------------------------------
@@ -29,7 +29,7 @@
     .byte   $00                     ;  reserved
     .byte   $00                     ;  auto or not
 
-    .word   __BASHEAD_START__       ; Address of start of file
+    .word   __MAIN_START__          ; Address of start of file
     .word   __MAIN_LAST__ - 1       ;  Address of end of file
-    .word   __BASHEAD_START__       ;  Address of start of file
+    .word   __MAIN_START__          ;  Address of start of file