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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user