DOS and Win now use the new command line parser. Fixed some warnings. Removed some garbage.

This commit is contained in:
n-a-c-h
2005-04-04 00:14:15 +00:00
parent 51e64bc96a
commit 3e535ba1e9
7 changed files with 52 additions and 1289 deletions

View File

@@ -28,6 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#else
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <sys/stat.h>
#define DIR_SLASH "\\"
@@ -1936,7 +1937,6 @@ void SetAddressingModes(), GenerateBank0Table();
void SetAddressingModesSA1(), GenerateBank0TableSA1();
void InitDSP(), InitDSP2(), InitDSP4(), InitFxTables(), initregr(), initregw();
void SPC7110Load();
void rep_stosd(void (**fptrarray)(), void (*fptr), unsigned int);
void CheckROMTypeC()
{