Only write full ATARI XEX header in the first chunk.

This commit is contained in:
Daniel Serpell
2018-09-25 20:21:49 -03:00
parent 8e3fe2ef86
commit 63d9b492b7
4 changed files with 89 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
#include "config.h"
#include "exports.h"
@@ -65,6 +66,8 @@ void FreeXexDesc (XexDesc* D);
void XexWriteTarget (XexDesc* D, File* F);
/* Write a XEX output file */
void XexSetRunAd (XexDesc* D, Import *RunAd);
/* Set the RUNAD export */
/* End of xex.h */