summaryrefslogtreecommitdiff
path: root/src/spc700
diff options
context:
space:
mode:
authoraliaspider2015-11-04 17:59:57 +0100
committeraliaspider2015-11-04 17:59:57 +0100
commit0e70c7f861ed41b86be891882d08cd0fa0530d55 (patch)
treebfa04def3519523ce64280494c9d7c44f05fdfbe /src/spc700
parent47d0f0c4a19a0566912ca293ff29abd32e6d01a9 (diff)
downloadsnes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.tar.gz
snes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.tar.bz2
snes9x2002-0e70c7f861ed41b86be891882d08cd0fa0530d55.zip
cleanups
Diffstat (limited to 'src/spc700')
-rw-r--r--src/spc700/spcgen.c4
-rw-r--r--src/spc700/spcgen.dsp88
-rw-r--r--src/spc700/spcgen.dsw29
-rw-r--r--src/spc700/spcgen.ncbbin41984 -> 0 bytes
-rw-r--r--src/spc700/spcgen.optbin53760 -> 0 bytes
-rw-r--r--src/spc700/spcgen.plg32
6 files changed, 2 insertions, 151 deletions
diff --git a/src/spc700/spcgen.c b/src/spc700/spcgen.c
index 5a15bd7..3ac06d6 100644
--- a/src/spc700/spcgen.c
+++ b/src/spc700/spcgen.c
@@ -87,7 +87,7 @@ static char buff[1024];
void ot(char *format, ...)
{
- va_list valist=NULL;
+ va_list valist;
int i, len;
// notaz: stop me from leaving newlines in the middle of format string
@@ -103,7 +103,7 @@ void ot(char *format, ...)
// ot buffered
void otb(char *format, ...)
{
- va_list valist=NULL;
+ va_list valist;
int i, len;
// notaz: stop me from leaving newlines in the middle of format string
diff --git a/src/spc700/spcgen.dsp b/src/spc700/spcgen.dsp
deleted file mode 100644
index a6bf264..0000000
--- a/src/spc700/spcgen.dsp
+++ /dev/null
@@ -1,88 +0,0 @@
-# Microsoft Developer Studio Project File - Name="spcgen" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=spcgen - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "spcgen.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "spcgen.mak" CFG="spcgen - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "spcgen - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "spcgen - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "spcgen - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "spcgen - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "spcgen - Win32 Release"
-# Name "spcgen - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\spcgen.c
-# End Source File
-# End Target
-# End Project
diff --git a/src/spc700/spcgen.dsw b/src/spc700/spcgen.dsw
deleted file mode 100644
index 7b947fc..0000000
--- a/src/spc700/spcgen.dsw
+++ /dev/null
@@ -1,29 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "spcgen"=.\spcgen.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/src/spc700/spcgen.ncb b/src/spc700/spcgen.ncb
deleted file mode 100644
index 22b2108..0000000
--- a/src/spc700/spcgen.ncb
+++ /dev/null
Binary files differ
diff --git a/src/spc700/spcgen.opt b/src/spc700/spcgen.opt
deleted file mode 100644
index 673f065..0000000
--- a/src/spc700/spcgen.opt
+++ /dev/null
Binary files differ
diff --git a/src/spc700/spcgen.plg b/src/spc700/spcgen.plg
deleted file mode 100644
index 8db8f5e..0000000
--- a/src/spc700/spcgen.plg
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
-<body>
-<pre>
-<h1>Build Log</h1>
-<h3>
---------------------Configuration: spcgen - Win32 Debug--------------------
-</h3>
-<h3>Command Lines</h3>
-Creating temporary file "C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2C.tmp" with contents
-[
-/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/spcgen.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
-"C:\Downloads\squidgesnes0392src\squidgesnes\spc700\spcgen.c"
-]
-Creating command line "cl.exe @C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2C.tmp"
-Creating temporary file "C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2E.tmp" with contents
-[
-kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/spcgen.pdb" /debug /machine:I386 /out:"Debug/spcgen.exe" /pdbtype:sept
-.\Debug\spcgen.obj
-]
-Creating command line "link.exe @C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2E.tmp"
-<h3>Output Window</h3>
-Compiling...
-spcgen.c
-Linking...
-
-
-
-<h3>Results</h3>
-spcgen.exe - 0 error(s), 0 warning(s)
-</pre>
-</body>
-</html>