2006-07-29 05:46:15 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2007-08-30 05:30:53 +00:00
|
|
|
Version="8.00"
|
2006-07-29 05:46:15 +00:00
|
|
|
Name="fceux"
|
|
|
|
ProjectGUID="{6893EF44-FEA3-46DF-B236-C4C200F54294}"
|
|
|
|
RootNamespace="fceux"
|
|
|
|
Keyword="Win32Proj"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2007-08-30 05:30:53 +00:00
|
|
|
AdditionalIncludeDirectories="../src/drivers/win/zlib;../src/drivers/win/directx"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;MSVC;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINDOWS=0x0410;WINVER=0x0410;NETWORK;LSB_FIRST;_USE_32BIT_TIME_T;FCEUDEF_DEBUGGER;_USE_SHARED_MEMORY_;NOMINMAX"
|
2006-07-29 05:46:15 +00:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
ForceConformanceInForLoopScope="false"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
CompileAs="2"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-06-01 15:57:20 +00:00
|
|
|
AdditionalDependencies="Rpcrt4.lib comctl32.lib vfw32.lib winmm.lib ws2_32.lib htmlhelp.lib ../src/drivers/win/directx/dsound.lib ../src/drivers/win/directx/dxguid.lib ../src/drivers/win/directx/ddraw.lib ../src/drivers/win/directx/dinput.lib"
|
2006-07-29 05:46:15 +00:00
|
|
|
LinkIncremental="2"
|
|
|
|
GenerateDebugInformation="true"
|
2006-08-22 06:27:18 +00:00
|
|
|
SubSystem="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
EntryPointSymbol="mainCRTStartup"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
2006-07-29 05:46:15 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="0"
|
2007-02-11 10:10:16 +00:00
|
|
|
WholeProgramOptimization="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-02-11 10:10:16 +00:00
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
2008-05-07 05:05:59 +00:00
|
|
|
AdditionalIncludeDirectories="../src/drivers/win/zlib;../src/drivers/win/directx"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;MSVC;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINDOWS=0x0410;WINVER=0x0410;NETWORK;LSB_FIRST;_USE_32BIT_TIME_T;FCEUDEF_DEBUGGER;_USE_SHARED_MEMORY_;NOMINMAX"
|
2007-02-11 10:10:16 +00:00
|
|
|
RuntimeLibrary="0"
|
2006-07-29 05:46:15 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2007-02-11 10:10:16 +00:00
|
|
|
Detect64BitPortabilityProblems="false"
|
2006-07-29 05:46:15 +00:00
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-06-01 15:57:20 +00:00
|
|
|
AdditionalDependencies="Rpcrt4.lib comctl32.lib vfw32.lib winmm.lib ws2_32.lib htmlhelp.lib ../src/drivers/win/directx/dsound.lib ../src/drivers/win/directx/dxguid.lib ../src/drivers/win/directx/ddraw.lib ../src/drivers/win/directx/dinput.lib"
|
2007-02-11 10:10:16 +00:00
|
|
|
LinkIncremental="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
2007-02-11 10:10:16 +00:00
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2006-07-29 05:46:15 +00:00
|
|
|
EntryPointSymbol="mainCRTStartup"
|
2007-02-11 10:10:16 +00:00
|
|
|
TargetMachine="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
|
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2006-07-29 05:46:15 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2007-02-11 10:10:16 +00:00
|
|
|
TargetEnvironment="3"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-02-11 10:10:16 +00:00
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="../zlib"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;MSVC;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINDOWS=0x0410;WINVER=0x0410;NETWORK;LSB_FIRST"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
ForceConformanceInForLoopScope="false"
|
2006-07-29 05:46:15 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2007-02-11 10:10:16 +00:00
|
|
|
Detect64BitPortabilityProblems="true"
|
2006-07-29 05:46:15 +00:00
|
|
|
DebugInformationFormat="3"
|
2007-02-11 10:10:16 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-02-11 10:10:16 +00:00
|
|
|
AdditionalDependencies="dxguid.lib winmm.lib dinput.lib ws2_32.lib ddraw.lib dsound.lib"
|
|
|
|
LinkIncremental="2"
|
2006-07-29 05:46:15 +00:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
EntryPointSymbol="mainCRTStartup"
|
2007-02-11 10:10:16 +00:00
|
|
|
TargetMachine="17"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|x64"
|
|
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="0"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
AdditionalIncludeDirectories="../zlib"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;MSVC;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINDOWS=0x0410;WINVER=0x0410;NETWORK;LSB_FIRST"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="dxguid.lib winmm.lib dinput.lib ws2_32.lib ddraw.lib dsound.lib"
|
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
EntryPointSymbol="mainCRTStartup"
|
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="boards"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 04:33:12 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\01-222.cpp"
|
2006-08-01 04:33:12 +00:00
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\112.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\117.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\164.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\183.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\185.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\186.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\187.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\189.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\199.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\208.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\222.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\235.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\43.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\57.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\603-5052.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\8157.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\8237.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\88.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\90.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\95.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\__dummy_mapper.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\a9711.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\addrlatch.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\bmc13in1jy110.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\bmc42in1r.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\bmc64in1nr.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\bmc70in1.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\bonza.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\datalatch.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\deirom.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\dream.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\edu2000.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\fk23c.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\h2288.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\karaoke.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\kof97.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\konami-qtai.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\malee.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\mmc1.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\mmc3.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\mmc5.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\n-c22m.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\boards\n106.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2006-08-01 07:56:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\novel.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\sachen.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\sheroes.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\sl1632.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\subor.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\super24.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\supervision.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\t-262.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\boards\tengen.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="drivers"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<Filter
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="common"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\args.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\args.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\cheat.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-07-29 05:46:15 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\cheat.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\config.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\config.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2006-08-22 06:27:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\common\configSys.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\common\configSys.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\hq2x.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\hq2x.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\hq3x.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\hq3x.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\scale2x.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\scale2x.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\scale3x.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\scale3x.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\scalebit.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\scalebit.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\vidblit.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\common\vidblit.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2006-08-01 07:56:11 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="win"
|
|
|
|
>
|
2007-02-11 11:23:20 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\args.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\args.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-22 06:27:18 +00:00
|
|
|
RelativePath="..\src\drivers\win\aviout.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-22 06:27:18 +00:00
|
|
|
RelativePath="..\src\drivers\win\basicbot.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-22 06:27:18 +00:00
|
|
|
RelativePath="..\src\drivers\win\basicbot.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\cdlogger.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\cdlogger.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\cheat.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-05-23 09:58:38 +00:00
|
|
|
GeneratePreprocessedFile="0"
|
2006-08-01 07:56:11 +00:00
|
|
|
ObjectFile="$(IntDir)\$(InputName)2.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)2.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)2.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)2.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-07-29 05:46:15 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\cheat.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 15:35:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\common.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\common.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 11:45:50 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\config.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)2.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)2.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\config.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\debugger.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\debugger.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\debuggersp.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\debuggersp.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 13:45:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\directories.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\directories.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 14:02:13 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\gui.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\gui.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 13:45:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\guiconfig.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\guiconfig.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-01 16:57:37 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\help.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\help.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\input.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-07-29 05:46:15 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\input.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\joystick.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\joystick.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\keyboard.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\keyboard.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\keyscan.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\log.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\log.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\main.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 11:23:20 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\main.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 16:55:47 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\mapinput.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\mapinput.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\memview.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\memview.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\memviewsp.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\memviewsp.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-05-07 07:08:34 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\memwatch.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\memwatch.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-12 22:13:33 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\monitor.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\monitor.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\netplay.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\netplay.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\ntview.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\ntview.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2006-08-22 06:27:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\oakra.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\OutputDS.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 13:45:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\palette.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\palette.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\ppuview.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\ppuview.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\pref.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\pref.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 14:02:13 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\replay.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\replay.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\res.rc"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\resource.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 12:04:24 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\sound.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\sound.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 13:16:25 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\state.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\state.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-09 06:43:55 +00:00
|
|
|
<File
|
2008-05-26 21:58:24 +00:00
|
|
|
RelativePath="..\src\drivers\win\tasedit.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\tasedit.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-05-09 06:43:55 +00:00
|
|
|
RelativePath="..\src\drivers\win\throttle.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\throttle.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 13:45:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\timing.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\timing.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\tracer.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\tracer.h"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2007-02-11 11:45:50 +00:00
|
|
|
</File>
|
2007-02-11 13:13:36 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\video.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2007-02-11 11:45:50 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\video.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 12:04:24 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\wave.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\wave.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 13:08:36 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\window.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-02-11 11:45:50 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\window.h"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
</File>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Filter
|
|
|
|
Name="res"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\res\ICON_1.ico"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\res\ICON_2.ico"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-30 06:01:43 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\res\te_arrow.bmp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-08-01 07:56:11 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="zlib"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\adler32.c"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\compress.c"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\crc32.c"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\deflate.c"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\gzio.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\infblock.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\zlib\infcodes.c"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\inffast.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\inflate.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\inftrees.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2006-08-01 07:56:11 +00:00
|
|
|
RelativePath="..\src\drivers\win\zlib\infutil.c"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\trees.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\uncompr.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\zlib\zutil.c"
|
|
|
|
>
|
2006-07-29 05:46:15 +00:00
|
|
|
<FileConfiguration
|
2006-08-01 07:56:11 +00:00
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-08-01 07:56:11 +00:00
|
|
|
CompileAs="1"
|
2006-07-29 05:46:15 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2006-08-01 07:56:11 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="fir"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fir\c44100ntsc.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fir\c44100pal.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fir\c48000ntsc.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fir\c48000pal.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fir\c96000ntsc.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fir\c96000pal.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="include files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\cart.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\cdlogger.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\cheat.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\conddebug.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\debug.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\drawing.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\driver.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fceu.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fcoeffs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\fds.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\file.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\filter.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\git.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ines-bad.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ines-correct.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ines.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\memory.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\movie.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\netplay.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\nsf.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\palette.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ppu.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\pputile.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\sound.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\state.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\tracer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\types.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\unif.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\video.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\vsuni.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\wave.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\x6502.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\x6502struct.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="input"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\arkanoid.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\bworld.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\cursor.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\fkb.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\ftrainer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\hypershot.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\mahjong.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\mouse.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\oekakids.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\powerpad.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\quiz.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\shadow.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\share.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\suborkb.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\suborkb.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\toprider.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input\zapper.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="mappers"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\15.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\151.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\16.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\17.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\18.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\193.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\200.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\201.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\202.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\203.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\204.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\21.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\212.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\213.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\214.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\215.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\217.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\22.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\225.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\227.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\228.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\229.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\23.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\230.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\231.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\232.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\234.cpp"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\240.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\241.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\242.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\244.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\246.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\24and26.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\25.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\255.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\27.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\33.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\40.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\41.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\42.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\43.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
2006-07-29 05:46:15 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\46.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\50.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\51.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\59.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\6.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\60.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\61.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\62.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\65.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\67.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\68.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\69.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\71.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\72.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\73.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\75.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\76.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\77.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\79.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\8.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\80.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\82.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\83.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\85.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\86.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\89.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\91.cpp"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\92.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\97.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\99.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\__226.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\emu2413.c"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\emu2413.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\emutypes.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\mapinc.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\mmc2and4.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\simple.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\mappers\vrc7tone.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="utils"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\crc32.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
2006-08-01 05:54:35 +00:00
|
|
|
>
|
2006-08-01 07:56:11 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\crc32.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\endian.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\endian.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\general.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\general.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\md5.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\md5.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\memory.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\memory.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-05-23 17:51:52 +00:00
|
|
|
RelativePath="..\src\utils\unzip.cpp"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\unzip.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\xstring.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\utils\xstring.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
</Filter>
|
2006-08-01 07:56:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\asm.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\cart.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\cheat.cpp"
|
|
|
|
>
|
2008-05-23 09:58:38 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
GeneratePreprocessedFile="0"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-08-01 07:56:11 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\conddebug.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\config.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Release|Win32"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-02-11 10:10:16 +00:00
|
|
|
Name="Debug|x64"
|
2006-08-01 07:56:11 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\debug.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-05-26 01:55:45 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drawing.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-08-01 07:56:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\fceu.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-01 01:35:15 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\drivers\win\help\fceux.chm"
|
|
|
|
>
|
2008-06-02 03:43:49 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm $(OutDir)"
|
|
|
|
Outputs="$(OutDir)\fceux.chm"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-06-01 01:35:15 +00:00
|
|
|
</File>
|
2006-08-01 07:56:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\src\fds.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\file.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\filter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ines.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\input.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\movie.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\netplay.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\nsf.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\palette.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\ppu.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\sound.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\state.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\unif.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\video.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\vsuni.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\wave.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\src\x6502.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-07-29 05:46:15 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|