Go to the source code of this file.
Classes | |
struct | DISFILE |
Macros | |
#define | OMITCONFIGSWITCH "!" |
Functions | |
void | ShowVersionInfo (void) |
void | ShowUsage (void) |
void | ScanFilenameForPresets (DISZ80 *d) |
void | ParseFilenames (DISZ80 *d) |
void | PrintToErrOut (char *Str) |
void | PrintToConsole (char *Str) |
int | ParseCmdLine (DISZ80 *d, int startArgc, int argc, char *argv[]) |
Variables | |
char | reqLayoutNumberPrefix [D_CUSTOMSTRING_MAXLEN] |
char | reqLayoutNumberSuffix [D_CUSTOMSTRING_MAXLEN] |
int | disRadix |
int | showVersion |
#define OMITCONFIGSWITCH "!" |
int ParseCmdLine | ( | DISZ80 * | d, |
int | startArgc, | ||
int | argc, | ||
char * | argv[] | ||
) |
void ParseFilenames | ( | DISZ80 * | d | ) |
void PrintToConsole | ( | char * | Str | ) |
void PrintToErrOut | ( | char * | Str | ) |
void ScanFilenameForPresets | ( | DISZ80 * | d | ) |
void ShowUsage | ( | void | ) |
void ShowVersionInfo | ( | void | ) |
int disRadix |
char reqLayoutNumberPrefix[D_CUSTOMSTRING_MAXLEN] |
char reqLayoutNumberSuffix[D_CUSTOMSTRING_MAXLEN] |
int showVersion |