Support additional o65 attributes.

Add a special ID for the cc65 operating system that is written to the OS
field of the options header.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1254 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-21 20:00:04 +00:00
parent 1c3e74a148
commit 3f9e7b56ae
4 changed files with 88 additions and 48 deletions

View File

@@ -98,7 +98,7 @@ void O65SetAlignment (O65Desc* D, unsigned Align);
void O65SetOption (O65Desc* D, unsigned Type, const void* Data, unsigned DataLen);
/* Set an o65 header option */
void O65SetOS (O65Desc* D, unsigned OS);
void O65SetOS (O65Desc* D, unsigned OS, unsigned Version, unsigned Id);
/* Set an option describing the target operating system */
ExtSym* O65GetImport (O65Desc* D, const char* Ident);