DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dz80.h
Go to the documentation of this file.
1 /* Header file for dZ80 */
2 
3 #ifndef __MIDZ80__
4 #define __MIDZ80__
5 
6 #define OMITCONFIGSWITCH "!"
7 
8 typedef struct
9 {
10  char *Extension;
13 } DISFILE;
14 
16 extern int disRadix, showVersion;
17 
18 void ShowVersionInfo(void);
19 void ShowUsage(void);
21 void ParseFilenames(DISZ80 *d);
22 void PrintToErrOut(char *Str);
23 void PrintToConsole(char *Str);
24 int ParseCmdLine(DISZ80 *d, int startArgc, int argc, char* argv[]);
25 
26 #endif /* __MIDZ80__ */