Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The two used constants have been moved to dreamweb.h, though it is
unclear if the values can be replaced by an enum or pointer to function.
|
|
|
|
This maps the function names into the project's standard camelCase
naming convention, improving function readability.
|
|
This allows a mapping list to be specified for the dreamgen.* output
function names, removing the limitation to keep the same names as the
original ASM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This flag when set omits the blacklisted function header from the
dreamgen.h output, rather than including it commented out with //.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also allows 'allocateload' to be removed.
|
|
|
|
|
|
|
|
Also inline and remove 'saveseg', 'savefilewrite', 'makeheader'.
|
|
|
|
|
|
|
|
|
|
|