Updated VS2005 project with recent ARM Thumb emulation classes.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2205 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2011-01-16 21:39:06 +00:00
parent 935fd4df3f
commit 5ad94ac605
1 changed files with 14 additions and 4 deletions

View File

@ -68,8 +68,6 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/Stella.pdb"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -90,6 +88,9 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -148,8 +149,6 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -170,6 +169,9 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -474,6 +476,10 @@
RelativePath="..\emucore\System.cxx"
>
</File>
<File
RelativePath="..\emucore\Thumbulator.cxx"
>
</File>
<File
RelativePath="..\emucore\TIA.cxx"
>
@ -1248,6 +1254,10 @@
RelativePath="..\emucore\System.hxx"
>
</File>
<File
RelativePath="..\emucore\Thumbulator.hxx"
>
</File>
<File
RelativePath="..\emucore\TIA.hxx"
>