Add support for INITAD to the Atari binary format.

This commit is contained in:
Daniel Serpell
2019-02-18 00:24:52 -03:00
parent 417ef278a3
commit b03ae76b54
8 changed files with 108 additions and 7 deletions

View File

@@ -69,6 +69,8 @@ void XexWriteTarget (XexDesc* D, File* F);
void XexSetRunAd (XexDesc* D, Import *RunAd);
/* Set the RUNAD export */
int XexAddInitAd (XexDesc* D, MemoryArea *InitMem, Import *InitAd);
/* Sets and INITAD for the given memory area */
/* End of xex.h */