]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/tapehdr.s
Fixed a bug that had padded Atmos binaries with 25 bytes too many.
[cc65] / libsrc / atmos / tapehdr.s
index b67f69d81817c0446cebeeadf9d9ab285032ffb0..d90c908ebb0e411b967b68eb75f1fdaa94cf9359 100644 (file)
@@ -1,6 +1,6 @@
 ;
 ; Based on code by Debrune Jérôme <jede@oric.org>
-; 2013-08-15, Greg King
+; 2015-01-08, Greg King
 ;
 
         ; The following symbol is used by the linker config. file
@@ -8,7 +8,7 @@
         .export __TAPEHDR__:abs = 1
 
         ; These symbols, also, come from the configuration file.
-        .import __BASHDR_LOAD__, __ZPSAVE_LOAD__, __AUTORUN__, __PROGFLAG__
+        .import __BASHDR_LOAD__, __ZPSAVE1_LOAD__, __AUTORUN__, __PROGFLAG__
 
 
 ; ------------------------------------------------------------------------
@@ -23,7 +23,7 @@
         .byte   $00             ; $2AF
         .byte   <__PROGFLAG__   ; $2AE Language flag ($00=BASIC, $80=machine code)
         .byte   <__AUTORUN__    ; $2AD Auto-run flag ($C7=run, $00=only load)
-        .dbyt   __ZPSAVE_LOAD__ ; $2AB Address of end of file
+        .dbyt   __ZPSAVE1_LOAD__ ;$2AB Address of end of file
         .dbyt   __BASHDR_LOAD__ ; $2A9 Address of start of file
         .byte   $00             ; $2A8