#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include "types.h"
#include "dissz80.h"
#include "dz80.h"
Functions | |
static void | ProgressUpdate (DISZ80 *d) |
int | main (int argc, char *argv[]) |
void | ParseFilenames (DISZ80 *d) |
void | ScanFilenameForPresets (DISZ80 *d) |
void | PrintToErrOut (char *Str) |
void | PrintToConsole (char *Str) |
void | ShowVersionInfo (void) |
void | ShowUsage (void) |
Variables | |
char | reqLayoutNumberPrefix [D_CUSTOMSTRING_MAXLEN] |
char | reqLayoutNumberSuffix [D_CUSTOMSTRING_MAXLEN] |
int | disRadix |
int | showVersion |
static DWORD | bytesLoaded |
DISFILE | FileExtList [] |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void ParseFilenames | ( | DISZ80 * | d | ) |
void PrintToConsole | ( | char * | Str | ) |
void PrintToErrOut | ( | char * | Str | ) |
|
static |
void ScanFilenameForPresets | ( | DISZ80 * | d | ) |
void ShowUsage | ( | void | ) |
void ShowVersionInfo | ( | void | ) |
|
static |
int disRadix |
char reqLayoutNumberPrefix[D_CUSTOMSTRING_MAXLEN] |
char reqLayoutNumberSuffix[D_CUSTOMSTRING_MAXLEN] |
int showVersion |