2011-01-17 07:41:01 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{197D4314-8A9F-49BA-977D-54ACEFAEB6BA}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2013-11-15 14:16:57 +00:00
|
|
|
|
<RootNamespace>BizHawk.Emulation.Cores</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.Emulation.Cores</AssemblyName>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
<TargetFrameworkProfile />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2013-11-03 14:06:46 +00:00
|
|
|
|
<OutputPath>..\output\dll\</OutputPath>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-02-28 07:53:19 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2014-07-26 23:57:22 +00:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2013-04-14 20:04:38 +00:00
|
|
|
|
<DefineConstants>TRACE;VS2010</DefineConstants>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2011-02-27 14:23:48 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2011-09-24 20:43:01 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2014-07-26 23:57:22 +00:00
|
|
|
|
<Reference Include="EMU7800">
|
|
|
|
|
<HintPath>..\References\EMU7800.dll</HintPath>
|
2012-12-12 19:39:17 +00:00
|
|
|
|
</Reference>
|
2014-01-27 19:50:54 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
<HintPath>..\References\Newtonsoft.Json.dll</HintPath>
|
2013-12-22 06:55:34 +00:00
|
|
|
|
</Reference>
|
2014-12-04 05:40:10 +00:00
|
|
|
|
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\References\OpenTK.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2014-05-23 15:47:48 +00:00
|
|
|
|
<Reference Include="System.Numerics" />
|
2011-05-08 09:07:46 +00:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2015-04-15 22:13:54 +00:00
|
|
|
|
<Reference Include="Virtu">
|
|
|
|
|
<HintPath>..\References\Virtu.dll</HintPath>
|
|
|
|
|
</Reference>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<Compile Include="..\Version\svnrev.cs">
|
|
|
|
|
<Link>svnrev.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Version\VersionInfo.cs">
|
2012-11-04 23:29:06 +00:00
|
|
|
|
<Link>VersionInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2015-02-07 15:02:52 +00:00
|
|
|
|
<Compile Include="Calculator\TI83.IEmulator.cs">
|
2015-02-17 22:58:25 +00:00
|
|
|
|
<DependentUpon>TI83.cs</DependentUpon>
|
2015-02-07 15:02:52 +00:00
|
|
|
|
</Compile>
|
2014-11-30 23:50:07 +00:00
|
|
|
|
<Compile Include="Calculator\TI83.IInputPollable.cs">
|
2014-12-01 14:21:37 +00:00
|
|
|
|
<DependentUpon>TI83.cs</DependentUpon>
|
2014-11-30 23:50:07 +00:00
|
|
|
|
</Compile>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
<Compile Include="Calculator\TI83.IMemoryDomains.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>TI83.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Calculator\TI83.ISettable.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>TI83.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
2013-11-12 18:55:09 +00:00
|
|
|
|
<Compile Include="Calculator\TI83.cs" />
|
2014-11-30 15:43:58 +00:00
|
|
|
|
<Compile Include="Calculator\TI83.IDebuggable.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>TI83.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
2014-11-30 16:52:25 +00:00
|
|
|
|
<Compile Include="Calculator\TI83.IStatable.cs">
|
2014-11-30 16:57:34 +00:00
|
|
|
|
<DependentUpon>TI83.cs</DependentUpon>
|
2014-11-30 16:52:25 +00:00
|
|
|
|
</Compile>
|
2015-02-07 15:02:52 +00:00
|
|
|
|
<Compile Include="Calculator\TI83.IVideoProvider.cs">
|
2015-02-17 22:58:25 +00:00
|
|
|
|
<DependentUpon>TI83.cs</DependentUpon>
|
2015-02-07 15:02:52 +00:00
|
|
|
|
</Compile>
|
2014-11-23 17:04:22 +00:00
|
|
|
|
<Compile Include="Calculator\TI83LinkPort.cs" />
|
2015-02-17 22:58:25 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.cs" />
|
2015-05-31 17:01:19 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IAudioProvider.cs">
|
2015-06-04 02:04:42 +00:00
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
2015-05-31 17:01:19 +00:00
|
|
|
|
</Compile>
|
2015-06-12 23:51:03 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IDebuggable.cs">
|
2015-06-16 23:24:52 +00:00
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
2015-06-12 23:51:03 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IDisassembler.cs">
|
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-03-21 21:45:12 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IEmulator.cs">
|
2015-04-13 18:53:36 +00:00
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-04-26 12:40:21 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IInputPollable.cs">
|
2015-05-18 00:14:00 +00:00
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
2015-04-26 12:40:21 +00:00
|
|
|
|
</Compile>
|
2015-04-13 18:53:36 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IMemoryDomains.cs">
|
2015-04-15 22:13:54 +00:00
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
2015-03-21 21:45:12 +00:00
|
|
|
|
</Compile>
|
2015-06-27 09:57:22 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.ISettable.cs">
|
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-03-21 21:45:12 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IStatable.cs">
|
2015-04-13 18:53:36 +00:00
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
2015-03-21 21:45:12 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Computers\AppleII\AppleII.IVideoProvider.cs">
|
2015-04-13 18:53:36 +00:00
|
|
|
|
<DependentUpon>AppleII.cs</DependentUpon>
|
2015-03-21 21:45:12 +00:00
|
|
|
|
</Compile>
|
2015-05-18 02:33:18 +00:00
|
|
|
|
<Compile Include="Computers\AppleII\LBSON.cs" />
|
2012-11-01 16:48:32 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.cs" />
|
2014-12-18 18:39:55 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.IDebuggable.cs">
|
|
|
|
|
<DependentUpon>C64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-09-27 23:30:58 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.IDisassemblable.cs" />
|
2014-12-18 18:39:55 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.IDriveLight.cs">
|
|
|
|
|
<DependentUpon>C64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Computers\Commodore64\C64.IInputPollable.cs">
|
|
|
|
|
<DependentUpon>C64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Computers\Commodore64\C64.IMemoryDomains.cs">
|
|
|
|
|
<DependentUpon>C64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-09-28 21:52:23 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.ISettable.cs" />
|
2014-12-18 18:39:55 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.IStatable.cs">
|
|
|
|
|
<DependentUpon>C64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-12-05 21:07:51 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.Motherboard.cs" />
|
2013-08-11 02:46:27 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.MotherboardInterface.cs" />
|
2014-12-18 18:39:55 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64Util.cs" />
|
2012-12-06 06:25:30 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper0000.cs" />
|
2012-11-28 17:26:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\C64.Input.cs" />
|
2012-12-06 06:25:30 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper0005.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper000B.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper000F.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper0011.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper0012.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper0013.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Mapper0020.cs" />
|
2014-10-03 21:04:37 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\CassettePort\CassettePortDevice.cs" />
|
2015-09-27 23:30:58 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\CassettePort\Tape.cs" />
|
2013-08-19 03:42:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\InputFileInfo.cs" />
|
2012-11-28 17:49:42 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\Media\PRG.cs" />
|
2012-12-06 06:26:32 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\Cartridge\Cart.cs" />
|
2012-11-28 03:30:59 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\CartridgePort.cs" />
|
2012-11-27 05:11:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Chip2114.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Chip23XX.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Chip4864.cs" />
|
2015-09-28 21:52:23 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6567R56A.cs" />
|
2012-11-27 05:11:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6510.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6522.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Media\D64.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Media\Disk.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\Media\G64.cs" />
|
2014-10-09 02:14:15 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6526-2.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6526-2.Interface.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6526-2.PortIO.cs" />
|
2012-11-27 05:11:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6526.cs" />
|
2015-09-28 21:52:23 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6567R8.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6572.cs" />
|
2012-11-27 05:11:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6581.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6569.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOSPLA.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Port.cs" />
|
2012-12-05 21:07:51 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\SerialPort.cs" />
|
2012-11-27 05:11:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Sid.cs" />
|
2013-08-26 19:22:04 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Sid.Envelope.cs" />
|
2014-10-03 21:04:37 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Sid.Registers.cs" />
|
2013-08-26 19:22:04 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Sid.Voice.cs" />
|
2012-11-28 03:30:59 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\UserPort.cs" />
|
2012-11-27 05:11:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.cs" />
|
2013-08-17 20:51:09 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.Parse.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.Registers.cs" />
|
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.Render.cs" />
|
2014-10-03 21:04:37 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.Sprite.cs" />
|
2013-08-18 01:21:53 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.State.cs" />
|
2013-08-24 15:21:51 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.TimingBuilder.cs" />
|
2012-11-27 05:11:40 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\Vic.VideoProvider.cs" />
|
2013-08-26 19:22:04 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\SaveState.cs" />
|
2014-10-03 21:04:37 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\UserPort\UserPortDevice.cs" />
|
2012-03-07 00:40:20 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.cs" />
|
2014-11-30 15:43:58 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.Core.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>Atari2600.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.IDebuggable.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>Atari2600.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
2014-12-01 14:21:37 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.IInputPollable.cs">
|
|
|
|
|
<DependentUpon>Atari2600.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.IMemoryDomains.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>Atari2600.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.ISettable.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>Atari2600.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
2014-11-30 17:10:36 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.IStatable.cs">
|
|
|
|
|
<DependentUpon>Atari2600.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Atari2600.RomHeuristics.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>Atari2600.cs</DependentUpon>
|
2014-11-30 15:43:58 +00:00
|
|
|
|
</Compile>
|
2012-03-31 20:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\m0840.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\m3E.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\m3F.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\m4A50.cs" />
|
2014-04-05 15:04:03 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\MapperBase.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mAR.cs" />
|
2014-04-12 16:36:30 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mCM.cs" />
|
2012-10-30 01:33:56 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mDPC.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mDPCPlus.cs" />
|
2012-03-31 20:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mE0.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mE7.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mEF.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mEFSC.cs" />
|
2012-03-31 20:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mF0.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mF4.cs" />
|
2012-03-31 20:32:40 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mCV.cs" />
|
2012-03-30 00:35:15 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\m2K.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\m4K.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mF4SC.cs" />
|
2012-03-31 20:32:40 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mF6.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mF6SC.cs" />
|
2012-03-30 00:35:15 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mF8.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mF8SC.cs" />
|
2012-03-31 20:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mFA.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mFA2.cs" />
|
2012-03-31 20:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mFE.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mMC.cs" />
|
2014-04-04 19:46:41 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mSB.cs" />
|
2012-03-31 20:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mUA.cs" />
|
2014-04-06 23:25:59 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\Multicart2K.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\Multicart4K.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\Multicart8K.cs" />
|
2012-03-31 20:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Mappers\mX07.cs" />
|
2012-03-08 08:12:44 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\M6532.cs" />
|
2014-04-05 14:57:26 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\2600\Tia\Tia.Audio.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Tia\Tia.BallData.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Tia\TIA.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Tia\Tia.HMoveData.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Tia\Tia.MissleData.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Tia\Tia.PlayerData.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\2600\Tia\Tia.PlayfieldData.cs" />
|
2012-10-23 03:33:57 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\7800\Atari7800.cs" />
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\7800\Atari7800.IDebuggable.cs">
|
2014-11-30 16:52:25 +00:00
|
|
|
|
<DependentUpon>Atari7800.cs</DependentUpon>
|
2014-11-30 16:01:01 +00:00
|
|
|
|
</Compile>
|
2014-12-01 14:21:37 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\7800\Atari7800.IInputPollable.cs">
|
2014-12-03 06:14:59 +00:00
|
|
|
|
<DependentUpon>Atari7800.cs</DependentUpon>
|
2014-12-01 14:21:37 +00:00
|
|
|
|
</Compile>
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\7800\Atari7800.IMemoryDomains.cs">
|
2014-11-30 16:52:25 +00:00
|
|
|
|
<DependentUpon>Atari7800.cs</DependentUpon>
|
2014-11-30 17:10:36 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Atari\7800\Atari7800.IStatable.cs">
|
|
|
|
|
<DependentUpon>Atari7800.cs</DependentUpon>
|
2014-11-30 16:01:01 +00:00
|
|
|
|
</Compile>
|
2012-12-12 18:17:30 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\7800\Atari7800Control.cs" />
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\7800\Atari7800.ISaveRam.cs">
|
2014-11-30 16:52:25 +00:00
|
|
|
|
<DependentUpon>Atari7800.cs</DependentUpon>
|
2014-11-30 16:01:01 +00:00
|
|
|
|
</Compile>
|
2014-09-15 20:12:11 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\lynx\LibLynx.cs" />
|
|
|
|
|
<Compile Include="Consoles\Atari\lynx\Lynx.cs" />
|
2015-01-15 14:04:18 +00:00
|
|
|
|
<Compile Include="Consoles\Atari\lynx\Lynx.IInputPollable.cs">
|
2015-01-15 19:19:43 +00:00
|
|
|
|
<DependentUpon>Lynx.cs</DependentUpon>
|
2015-01-15 14:04:18 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Atari\lynx\Lynx.IMemoryDomains.cs">
|
2015-01-15 19:19:43 +00:00
|
|
|
|
<DependentUpon>Lynx.cs</DependentUpon>
|
2015-01-15 14:04:18 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Atari\lynx\Lynx.ISaveRam.cs">
|
2015-01-15 19:19:43 +00:00
|
|
|
|
<DependentUpon>Lynx.cs</DependentUpon>
|
2015-01-15 14:04:18 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Atari\lynx\Lynx.IStatable.cs">
|
2015-01-15 19:19:43 +00:00
|
|
|
|
<DependentUpon>Lynx.cs</DependentUpon>
|
2015-01-15 14:04:18 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Atari\lynx\Lynx.IVideoProvider.cs">
|
2015-01-15 19:19:43 +00:00
|
|
|
|
<DependentUpon>Lynx.cs</DependentUpon>
|
2015-01-15 14:04:18 +00:00
|
|
|
|
</Compile>
|
2012-03-25 01:33:05 +00:00
|
|
|
|
<Compile Include="Consoles\Coleco\ColecoVision.cs" />
|
2014-12-05 03:16:08 +00:00
|
|
|
|
<Compile Include="Consoles\Coleco\ColecoVision.IDebuggable.cs">
|
|
|
|
|
<DependentUpon>ColecoVision.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Coleco\ColecoVision.IInputPollable.cs">
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<DependentUpon>ColecoVision.cs</DependentUpon>
|
2014-12-05 03:16:08 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Coleco\ColecoVision.IMemoryDomains.cs">
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<DependentUpon>ColecoVision.cs</DependentUpon>
|
2014-12-05 03:16:08 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Coleco\ColecoVision.ISettable.cs">
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<DependentUpon>ColecoVision.cs</DependentUpon>
|
2014-12-05 03:16:08 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Coleco\ColecoVision.IStatable.cs">
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<DependentUpon>ColecoVision.cs</DependentUpon>
|
2014-12-05 03:16:08 +00:00
|
|
|
|
</Compile>
|
2012-11-17 17:39:33 +00:00
|
|
|
|
<Compile Include="Consoles\Coleco\Input.cs" />
|
|
|
|
|
<Compile Include="Consoles\Coleco\MemoryMap.cs" />
|
|
|
|
|
<Compile Include="Consoles\Coleco\TMS9918A.cs" />
|
2012-07-31 06:54:20 +00:00
|
|
|
|
<Compile Include="Consoles\Intellivision\Cartridge.cs" />
|
2012-12-29 14:41:51 +00:00
|
|
|
|
<Compile Include="Consoles\Intellivision\ICart.cs" />
|
2012-07-15 08:38:50 +00:00
|
|
|
|
<Compile Include="Consoles\Intellivision\Intellicart.cs" />
|
2012-07-08 04:20:53 +00:00
|
|
|
|
<Compile Include="Consoles\Intellivision\Intellivision.cs" />
|
2015-06-18 16:44:30 +00:00
|
|
|
|
<Compile Include="Consoles\Intellivision\Intellivision.IEmulator.cs">
|
2015-06-23 18:57:11 +00:00
|
|
|
|
<DependentUpon>Intellivision.cs</DependentUpon>
|
2015-06-18 16:44:30 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Intellivision\Intellivision.MemoryMap.cs">
|
|
|
|
|
<DependentUpon>Intellivision.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-08-08 23:05:55 +00:00
|
|
|
|
<Compile Include="Consoles\Intellivision\PSG.cs" />
|
|
|
|
|
<Compile Include="Consoles\Intellivision\STIC.cs" />
|
2012-09-09 01:40:29 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.cs" />
|
2015-10-28 08:51:53 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.ICodeDataLog.cs">
|
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.IDebuggable.cs">
|
2015-01-17 19:10:58 +00:00
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.IMemoryDomains.cs">
|
2015-01-17 19:10:58 +00:00
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.ISaveRam.cs">
|
2015-01-17 19:10:58 +00:00
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.ISettable.cs">
|
2015-01-17 19:10:58 +00:00
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.IStatable.cs">
|
2015-01-17 19:10:58 +00:00
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.ITraceable.cs">
|
2015-01-17 19:10:58 +00:00
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\Gambatte.IVideoProvider.cs">
|
2015-01-17 19:10:58 +00:00
|
|
|
|
<DependentUpon>Gambatte.cs</DependentUpon>
|
2015-01-16 18:37:42 +00:00
|
|
|
|
</Compile>
|
2012-12-29 01:25:06 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.cs" />
|
2015-01-17 19:13:13 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.IDebuggable.cs">
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<DependentUpon>GambatteLink.cs</DependentUpon>
|
2015-01-17 19:13:13 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.IInputPollable.cs">
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<DependentUpon>GambatteLink.cs</DependentUpon>
|
2015-01-17 19:13:13 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.IMemoryDomains.cs">
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<DependentUpon>GambatteLink.cs</DependentUpon>
|
2015-01-17 19:13:13 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.ISaveRam.cs">
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<DependentUpon>GambatteLink.cs</DependentUpon>
|
2015-01-17 19:13:13 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.ISettable.cs">
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<DependentUpon>GambatteLink.cs</DependentUpon>
|
2015-01-17 19:13:13 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.IStatable.cs">
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<DependentUpon>GambatteLink.cs</DependentUpon>
|
2015-01-17 19:13:13 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.IVideoProvider.cs">
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<DependentUpon>GambatteLink.cs</DependentUpon>
|
2015-01-17 19:13:13 +00:00
|
|
|
|
</Compile>
|
2012-11-18 17:02:55 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GBColors.cs" />
|
2014-12-14 18:24:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\GBDisassembler.cs" />
|
2012-09-09 01:40:29 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\Gameboy\LibGambatte.cs" />
|
2014-12-13 21:49:15 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\ArmV4Disassembler.cs" />
|
2014-08-17 19:02:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\IGBAGPUViewable.cs" />
|
2012-11-19 22:43:34 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\LibMeteor.cs" />
|
2015-06-04 02:04:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\LibmGBA.cs" />
|
2014-08-08 00:55:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\LibVBANext.cs" />
|
2012-11-19 22:43:34 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\Meteor.cs" />
|
2015-01-17 19:32:45 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\Meteor.IGBAGPUViewable.cs">
|
2015-01-17 20:48:31 +00:00
|
|
|
|
<DependentUpon>Meteor.cs</DependentUpon>
|
2015-01-17 19:32:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\Meteor.IMemoryDomains.cs">
|
2015-01-17 20:48:31 +00:00
|
|
|
|
<DependentUpon>Meteor.cs</DependentUpon>
|
2015-01-17 19:32:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\Meteor.ISaveRam.cs">
|
2015-01-17 20:48:31 +00:00
|
|
|
|
<DependentUpon>Meteor.cs</DependentUpon>
|
2015-01-17 19:32:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\Meteor.IStatable.cs">
|
2015-01-17 20:48:31 +00:00
|
|
|
|
<DependentUpon>Meteor.cs</DependentUpon>
|
2015-01-17 19:32:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\Meteor.IVideoProvider.cs">
|
2015-01-17 20:48:31 +00:00
|
|
|
|
<DependentUpon>Meteor.cs</DependentUpon>
|
2015-01-17 19:32:45 +00:00
|
|
|
|
</Compile>
|
2015-06-04 02:04:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\MGBAHawk.cs" />
|
2014-08-08 00:55:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.cs" />
|
2015-01-17 20:48:31 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.IDebuggable.cs">
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<DependentUpon>VBANext.cs</DependentUpon>
|
2015-01-17 20:48:31 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.IGBAGPUViewable.cs">
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<DependentUpon>VBANext.cs</DependentUpon>
|
2015-01-17 20:48:31 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.IMemoryDomains.cs">
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<DependentUpon>VBANext.cs</DependentUpon>
|
2015-01-17 20:48:31 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.ISaveRam.cs">
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<DependentUpon>VBANext.cs</DependentUpon>
|
2015-01-17 20:48:31 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.ISettings.cs">
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<DependentUpon>VBANext.cs</DependentUpon>
|
2015-01-17 20:48:31 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.IStatable.cs">
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<DependentUpon>VBANext.cs</DependentUpon>
|
2015-01-17 20:48:31 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBANext.IVideoProvider.cs">
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<DependentUpon>VBANext.cs</DependentUpon>
|
2015-01-17 20:48:31 +00:00
|
|
|
|
</Compile>
|
2014-08-21 23:51:25 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\GBA\VBARegisterHelper.cs" />
|
2014-11-30 15:38:39 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.IDebuggable.cs">
|
|
|
|
|
<DependentUpon>N64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-01-23 19:52:26 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.IDisassemblable.cs">
|
2015-01-25 17:04:06 +00:00
|
|
|
|
<DependentUpon>N64.cs</DependentUpon>
|
2015-01-23 19:52:26 +00:00
|
|
|
|
</Compile>
|
2014-12-05 02:22:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.IInputPollable.cs">
|
|
|
|
|
<DependentUpon>N64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-11-30 15:38:39 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.IMemoryDomains.cs">
|
|
|
|
|
<DependentUpon>N64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.ISaveRam.cs">
|
|
|
|
|
<DependentUpon>N64.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.ISettable.cs">
|
2014-11-30 16:01:01 +00:00
|
|
|
|
<DependentUpon>N64.cs</DependentUpon>
|
2014-11-30 15:38:39 +00:00
|
|
|
|
</Compile>
|
2014-12-05 02:22:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.IStatable.cs">
|
2014-12-05 03:16:08 +00:00
|
|
|
|
<DependentUpon>N64.cs</DependentUpon>
|
2014-12-05 02:22:41 +00:00
|
|
|
|
</Compile>
|
2014-01-24 17:46:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64Input.cs" />
|
2014-07-20 14:33:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64Settings.cs" />
|
2014-07-20 17:10:20 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64SyncSettings.Controller.cs" />
|
2014-07-20 14:33:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64SyncSettings.Glide.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64SyncSettings.GlideMk2.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64SyncSettings.Jabo.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64SyncSettings.Rice.cs" />
|
2014-01-24 17:46:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\NativeApi\mupen64plusAudioApi.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\NativeApi\mupen64plusCoreApi.cs" />
|
2013-04-29 01:57:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64.cs" />
|
2014-01-15 11:24:47 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64Audio.cs" />
|
2013-12-26 23:04:22 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64SyncSettings.cs" />
|
2014-01-15 11:24:47 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\N64VideoProvider.cs" />
|
2014-01-24 17:46:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\NativeApi\mupen64plusInputApi.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\N64\NativeApi\mupen64plusVideoApi.cs" />
|
2011-03-13 00:34:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\APU.cs" />
|
2011-04-19 02:21:34 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\AVE-NINA.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\AxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-09-18 02:53:14 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\BANDAI-FCG-1.cs" />
|
2012-07-24 14:32:09 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\BANDAI_74_161_02_74.cs" />
|
2011-09-24 18:47:02 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\BANDAI_74_161_161_32.cs" />
|
2015-08-22 13:53:39 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Bonza.cs" />
|
2011-06-13 08:38:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\BxROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Camerica.cs" />
|
2015-01-08 01:00:48 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\CoolBoy.cs" />
|
2014-10-29 02:34:13 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\DatachBarcode.cs" />
|
2014-03-15 19:54:48 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Farid-UNROM-8-in-1.cs" />
|
2015-08-23 02:22:58 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\FFE\Mapper006.cs" />
|
2015-09-27 12:31:50 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\FFE\Mapper017.cs" />
|
2014-02-26 03:09:54 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\FS304.cs" />
|
2014-03-01 00:02:53 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\GameGenie.cs" />
|
2014-05-03 17:23:28 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\inlnsf.cs" />
|
2012-11-03 23:56:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper028.cs" />
|
2011-06-13 08:38:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\CNROM.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\CPROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-06-09 19:45:07 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\ExROM.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\GxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\IC_74x377.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-09-24 21:21:27 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\IREM-74_161_161_21_138.cs" />
|
2011-06-08 06:17:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Irem_G101.cs" />
|
2011-06-08 03:58:02 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Irem_H3001.cs" />
|
2011-09-21 23:31:48 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\IREM_TAM_S1.cs" />
|
2011-04-17 21:39:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Jaleco-JF_11_14.cs" />
|
2011-09-19 22:55:43 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\JALECO_JF_05_06_07.cs" />
|
2011-09-24 19:48:18 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\JALECO_JF_13.cs" />
|
2011-09-22 01:10:23 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\JALECO_JF_17.cs" />
|
2012-06-16 23:34:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\JALECO_JF_19.cs" />
|
2012-07-29 22:40:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\JALECO_SS8806.cs" />
|
2012-06-19 21:23:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper015.cs" />
|
2014-01-15 18:28:21 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper029.cs" />
|
2014-04-11 15:01:22 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper030.cs" />
|
2015-08-08 14:51:30 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper034.cs" />
|
2012-10-29 00:09:27 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper036.cs" />
|
2012-10-13 17:20:22 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper038.cs" />
|
2012-10-14 19:56:49 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper040.cs" />
|
2012-10-16 22:41:00 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper041.cs" />
|
2012-10-16 21:37:25 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper042.cs" />
|
2012-07-28 01:29:06 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper045.cs" />
|
2015-08-09 15:11:40 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper051.cs" />
|
2015-08-30 13:41:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper053.cs" />
|
2012-07-19 18:30:39 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper057.cs" />
|
2012-07-19 16:01:40 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper058.cs" />
|
2011-06-13 08:38:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper069.cs" />
|
2012-07-31 22:04:45 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper090.cs" />
|
2012-08-05 20:19:07 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper091.cs" />
|
2012-10-10 18:13:09 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper101.cs" />
|
2012-10-26 15:43:05 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper103.cs" />
|
2011-04-18 22:13:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper107.cs" />
|
2012-10-17 19:06:03 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper108.cs" />
|
2012-06-23 08:52:12 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper116.cs" />
|
2012-08-04 19:02:51 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper120.cs" />
|
2012-10-13 18:35:31 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper132.cs" />
|
2015-08-20 00:17:59 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper136.cs" />
|
2012-10-17 15:01:49 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper143.cs" />
|
2015-08-20 01:31:29 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper147.cs" />
|
2012-10-14 02:46:02 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper156.cs" />
|
2011-09-25 21:52:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper164.cs" />
|
2012-10-15 14:47:37 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper168.cs" />
|
2012-06-07 20:52:49 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper176.cs" />
|
2012-10-17 15:52:01 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper177.cs" />
|
2012-06-23 18:30:27 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper178.cs" />
|
2011-09-25 03:23:26 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper180.cs" />
|
2014-01-11 15:52:43 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper188.cs" />
|
2011-09-25 22:36:13 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper193.cs" />
|
2012-07-17 04:06:48 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper200.cs" />
|
2012-07-19 15:01:32 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper201.cs" />
|
2015-08-22 01:33:55 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper202.cs" />
|
2012-07-19 14:13:45 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper203.cs" />
|
2015-08-22 02:58:18 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper204.cs" />
|
2015-08-24 02:26:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper212.cs" />
|
2015-08-24 02:36:15 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper213.cs" />
|
2015-08-22 03:23:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper214.cs" />
|
2012-10-13 15:25:23 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper218.cs" />
|
2014-01-11 17:28:09 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper222.cs" />
|
2012-07-20 21:48:16 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper225.cs" />
|
2012-07-18 04:22:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper226.cs" />
|
2012-04-09 18:13:58 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper227.cs" />
|
2012-07-17 14:02:56 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper230.cs" />
|
2012-07-17 04:06:48 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper231.cs" />
|
2012-07-18 04:08:37 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper233.cs" />
|
2015-08-09 18:25:49 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper235.cs" />
|
2011-06-22 04:43:05 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper240.cs" />
|
2012-06-20 22:24:56 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper241.cs" />
|
2011-04-18 02:26:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper242.cs" />
|
2011-09-23 02:42:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper078.cs" />
|
2012-03-09 02:57:04 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper046.cs" />
|
2012-07-21 17:19:59 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper243.cs" />
|
2015-08-09 17:41:45 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper244.cs" />
|
2012-07-06 03:44:34 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper246.cs" />
|
2012-07-28 03:11:39 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper50.cs" />
|
2012-07-17 23:52:55 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper60.cs" />
|
2012-07-20 03:52:14 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper61.cs" />
|
2012-07-19 15:51:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Mapper62.cs" />
|
2012-07-21 20:40:10 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MLT-ACTION52.cs" />
|
2012-07-29 03:42:05 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MLT-MAX15.cs" />
|
2011-10-14 09:27:22 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\HKROM.cs" />
|
2012-04-14 08:28:42 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper012.cs" />
|
2012-10-15 16:02:23 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper037.cs" />
|
2012-03-06 09:42:11 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper044.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper049.cs" />
|
2012-07-28 18:14:04 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper052.cs" />
|
2012-07-22 16:57:44 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper074.cs" />
|
2012-03-09 04:15:56 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper115.cs" />
|
2012-10-14 18:34:15 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper165.cs" />
|
2012-03-09 04:30:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper182.cs" />
|
2012-03-09 04:44:30 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper189.cs" />
|
2012-03-09 04:57:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper191.cs" />
|
2012-07-22 16:57:44 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper192.cs" />
|
2012-07-29 18:35:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper194.cs" />
|
2014-01-20 17:47:29 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper196.cs" />
|
2012-08-05 21:34:00 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper197.cs" />
|
2012-07-22 18:41:54 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper205.cs" />
|
2012-07-23 22:15:22 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper245.cs" />
|
2012-11-14 16:41:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper249.cs" />
|
2012-10-28 17:34:47 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\Mapper250.cs" />
|
2012-06-15 19:24:06 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\MMC3.cs" />
|
2011-09-25 02:26:50 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\NES-QJ.cs" />
|
2014-01-22 01:07:54 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\RexSoftSL1632.cs" />
|
2011-05-28 09:52:32 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TQROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TLSROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TVROM.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\MMC3_family\TxROM.cs" />
|
2014-02-06 23:15:52 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot129_163.cs" />
|
2014-02-02 16:23:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot175_340.cs" />
|
2012-06-15 19:24:06 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\DRROM.cs" />
|
2012-06-15 19:55:29 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Mapper076.cs" />
|
2012-07-15 22:22:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Mapper088.cs" />
|
2012-06-15 19:24:06 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Mapper095.cs" />
|
2012-07-15 23:58:00 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Mapper112.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Mapper154.cs" />
|
2012-06-15 19:24:06 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Mapper206.cs" />
|
2012-10-30 12:07:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Namco163Audio.cs" />
|
2012-06-15 19:24:06 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Namcot1xx\Namcot1xx.cs" />
|
2012-09-26 20:15:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\NanJing.cs" />
|
2011-09-26 03:07:27 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\NES-EVENT.cs" />
|
2012-10-17 16:48:28 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\NovelDiamond.cs" />
|
2011-03-08 07:25:35 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\NROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2015-03-11 09:46:27 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\NSFBoard.cs" />
|
2011-09-21 05:47:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\PxROM_FxROM.cs" />
|
2014-01-24 02:32:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sachen8259.cs" />
|
2012-10-14 21:00:50 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\SachenSimple.cs" />
|
2012-12-17 19:54:45 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\SEEPROM.cs" />
|
2011-03-21 04:23:55 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft1.cs" />
|
2014-02-17 18:02:21 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft1_Alt.cs" />
|
2011-09-26 08:05:17 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft2_m89.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft2_m93.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft3.cs" />
|
2011-06-08 02:42:36 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Sunsoft4.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\SxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-09-24 02:03:03 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\TAITO_74_161_161_32.cs" />
|
2011-06-08 07:32:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Taito_TC0190FMC.cs" />
|
2012-02-25 16:53:02 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Taito_X1_005.cs" />
|
2012-03-05 18:23:18 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\Taito_X1_017.cs" />
|
2011-09-26 01:30:22 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\TENGEN-800032.cs" />
|
2012-10-24 22:03:59 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\TENGEN_800008.cs" />
|
2015-08-19 01:13:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF-DREAMTECH01.cs" />
|
2015-08-22 15:35:45 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-190in1.cs" />
|
2015-08-23 20:20:12 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-8157.cs" />
|
2015-08-22 15:17:11 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-A65AS.cs" />
|
2015-08-23 19:17:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-BS-5.cs" />
|
2015-08-23 21:05:00 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-D1038.cs" />
|
2015-08-22 18:52:21 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-GS-2004.cs" />
|
2015-08-22 19:21:01 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-GS-2013.cs" />
|
2015-08-19 01:13:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_BMC-T-262.cs" />
|
2015-08-22 20:03:12 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_UNL-AX5705.cs" />
|
2015-08-22 20:34:57 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_UNL-CC-21.cs" />
|
2015-08-22 20:58:09 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UNIF\UNIF_UNL-EDU2000.cs" />
|
2011-03-07 10:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\UxROM.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2011-09-25 01:41:54 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\VRC1.cs" />
|
2011-09-24 20:43:01 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\VRC2_4.cs" />
|
2011-09-25 01:07:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\VRC3.cs" />
|
2011-09-21 05:11:38 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\VRC6.cs" />
|
2011-09-25 00:23:47 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Boards\VRC7.cs" />
|
2012-07-14 18:43:37 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\BisqAPU.cs" />
|
2012-10-21 15:58:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\FDS\FDS.cs" />
|
2012-10-22 16:10:19 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\FDS\FDSAudio.cs" />
|
2015-02-19 03:16:33 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\FDS\FDSInspector.cs" />
|
2012-10-21 19:22:22 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\FDS\RamAdapter.cs" />
|
2014-12-17 00:35:59 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\INESPPUViewable.cs" />
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.BoardSystem.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.Core.cs" />
|
2011-02-20 02:17:09 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.cs" />
|
2015-01-15 19:19:43 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.IDebuggable.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.IDriveLight.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.IInputPollable.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.IMemoryDomains.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
2015-01-20 00:29:17 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.iNES.cs" />
|
2015-01-15 19:19:43 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.INESPPUViewable.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.ISaveRam.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.ISettable.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NES.IStatable.cs">
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<DependentUpon>NES.cs</DependentUpon>
|
2015-01-15 19:19:43 +00:00
|
|
|
|
</Compile>
|
2014-02-27 04:02:58 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NESControllers.cs" />
|
2015-03-11 09:46:27 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\NSFFormat.cs" />
|
2011-02-27 09:45:50 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Palettes.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\PPU.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\PPU.regs.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\PPU.run.cs" />
|
2012-10-15 00:39:41 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\NES\Unif.cs" />
|
2014-01-05 20:58:36 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\LibQuickNES.cs" />
|
2014-01-10 01:31:24 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\Nes_NTSC_Colors.cs" />
|
2014-01-05 20:58:36 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.cs" />
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IDebuggable.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
2015-01-25 17:05:30 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IDisassembler.cs">
|
2015-01-26 00:20:01 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-25 17:05:30 +00:00
|
|
|
|
</Compile>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IInputPollable.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IMemoryDomains.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.INESPPUViewable.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.ISaveRam.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.ISettable.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IStatable.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Nintendo\QuickNES\QuickNES.IVideoProvider.cs">
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<DependentUpon>QuickNES.cs</DependentUpon>
|
2015-01-16 01:38:47 +00:00
|
|
|
|
</Compile>
|
2014-07-28 20:45:21 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES9X\LibSnes9x.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES9X\Snes9x.cs" />
|
2012-12-25 20:36:04 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\LibsnesApi.cs" />
|
2013-11-22 09:33:56 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\LibsnesApi_BRK.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\LibsnesApi_CMD.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\LibsnesApi_Enums.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\LibsnesApi_QUERY.cs" />
|
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\LibsnesApi_SIG.cs" />
|
2012-09-04 00:20:36 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\LibsnesCore.cs" />
|
2012-11-16 21:29:23 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\SnesColors.cs" />
|
2012-09-06 08:32:25 +00:00
|
|
|
|
<Compile Include="Consoles\Nintendo\SNES\SNESGraphicsDecoder.cs" />
|
2011-08-29 02:47:03 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\ADPCM.cs" />
|
2011-08-14 18:20:13 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.TurboCD.cs" />
|
2011-07-15 02:08:18 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.Populous.cs" />
|
2015-01-20 00:37:11 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\PCEngine.ArcadeCard.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\PCEngine.CDLMapping.cs" />
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\PCEngine.Input.cs" />
|
2015-01-20 00:37:11 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\PCEngine.TurboCD.cs" />
|
2011-08-14 18:20:13 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\ScsiCDBus.cs" />
|
2012-09-16 19:03:44 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Cart\EEPROM.cs" />
|
2012-09-13 04:13:49 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Cart\RomHeader.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Cart\SaveRAM.cs" />
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Genesis.Input.cs" />
|
2015-01-20 00:39:44 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Genesis.IO.cs" />
|
2013-11-14 20:41:46 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Native68000\Musashi.cs" />
|
2013-12-20 05:38:07 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\gpgx\GenDbgHlp.cs" />
|
2013-12-15 20:51:57 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\gpgx\GPGX.cs" />
|
2013-12-16 01:58:40 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\gpgx\GPGXControlConverter.cs" />
|
2013-12-15 20:51:57 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\gpgx\LibGPGX.cs" />
|
2013-05-02 20:47:56 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\FilePiping.cs" />
|
2013-04-30 21:28:35 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\LibYabause.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\Yabause.cs" />
|
2015-01-13 19:55:36 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\Yabause.IDriveLight.cs">
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<DependentUpon>Yabause.cs</DependentUpon>
|
2015-01-13 19:55:36 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\Yabause.IInputPollable.cs">
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<DependentUpon>Yabause.cs</DependentUpon>
|
2015-01-13 19:55:36 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\Yabause.IMemoryDomains.cs">
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<DependentUpon>Yabause.cs</DependentUpon>
|
2015-01-13 19:55:36 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\Yabause.ISaveram.cs">
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<DependentUpon>Yabause.cs</DependentUpon>
|
2015-01-13 19:55:36 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\Yabause.ISettable.cs">
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<DependentUpon>Yabause.cs</DependentUpon>
|
2015-01-13 19:55:36 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\Sega\Saturn\Yabause.IStatable.cs">
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<DependentUpon>Yabause.cs</DependentUpon>
|
2015-01-13 19:55:36 +00:00
|
|
|
|
</Compile>
|
2015-10-30 05:00:57 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\CDL_SMS.cs" />
|
2015-01-16 02:01:27 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\SMS.Input.cs" />
|
2014-03-17 03:00:07 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\TerebiOekaki.cs" />
|
SMS: Korean mappers work. Fixes Cyborg Z, Dodgeball King, F1 Spirit, Jang Pang III, Knightmare II, Nemesis, Nemesis 2, Penguin Adventure, Sangokushi 3, Street Master, Wonsiin
2014-03-14 04:30:01 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\MemoryMap.Korea.cs" />
|
2014-03-06 04:43:36 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\MemoryMap.ExtRam.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\MemoryMap.CodeMasters.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\MemoryMap.Sega.cs" />
|
2011-01-17 07:41:01 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.ModeTMS.cs" />
|
2011-01-16 06:31:14 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.Mode4.cs" />
|
2011-01-12 06:08:17 +00:00
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.Tables.cs" />
|
2013-06-25 00:14:35 +00:00
|
|
|
|
<Compile Include="Consoles\Sony\PSP\PPSSPPDll.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sony\PSP\PSP.cs" />
|
2015-08-10 20:57:22 +00:00
|
|
|
|
<Compile Include="Consoles\Sony\PSX\Octoshock.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2014-12-10 19:41:13 +00:00
|
|
|
|
<Compile Include="Consoles\Sony\PSX\OctoshockDll.cs" />
|
2015-10-03 22:27:52 +00:00
|
|
|
|
<Compile Include="Consoles\Sony\PSX\OctoshockFIOConfig.cs" />
|
2015-07-21 04:10:49 +00:00
|
|
|
|
<Compile Include="Consoles\Sony\PSX\PSF.cs" />
|
2014-05-30 05:09:54 +00:00
|
|
|
|
<Compile Include="Consoles\WonderSwan\BizSwan.cs" />
|
|
|
|
|
<Compile Include="Consoles\WonderSwan\WonderSwan.cs" />
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<Compile Include="Consoles\WonderSwan\WonderSwan.Controller.cs">
|
|
|
|
|
<DependentUpon>WonderSwan.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-01-14 22:00:46 +00:00
|
|
|
|
<Compile Include="Consoles\WonderSwan\WonderSwan.IMemoryDomains.cs">
|
|
|
|
|
<DependentUpon>WonderSwan.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-01-15 14:04:18 +00:00
|
|
|
|
<Compile Include="Consoles\WonderSwan\WonderSwan.ISaveRam.cs">
|
2015-01-14 22:00:46 +00:00
|
|
|
|
<DependentUpon>WonderSwan.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-01-15 14:04:18 +00:00
|
|
|
|
<Compile Include="Consoles\WonderSwan\WonderSwan.ISettable.cs">
|
2015-01-13 22:29:06 +00:00
|
|
|
|
<DependentUpon>WonderSwan.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Consoles\WonderSwan\WonderSwan.IStatable.cs">
|
|
|
|
|
<DependentUpon>WonderSwan.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-08-23 19:06:37 +00:00
|
|
|
|
<Compile Include="CoreInventory.cs" />
|
2015-06-18 16:44:30 +00:00
|
|
|
|
<Compile Include="CPUs\CP1610\CP1610.Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\CP1610\CP1610.Execute.cs" />
|
2015-10-28 08:51:53 +00:00
|
|
|
|
<Compile Include="CPUs\HuC6280\HuC6280_CDL.cs" />
|
2015-01-26 00:20:01 +00:00
|
|
|
|
<Compile Include="CPUs\W65816\Disassembler.cs" />
|
2014-01-22 01:14:36 +00:00
|
|
|
|
<Compile Include="CPUs\68000\Diassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\BitArithemetic.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\DataMovement.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\IntegerMath.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\ProgramFlow.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Instructions\Supervisor.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\MC68000.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Memory.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\OpcodeTable.cs" />
|
|
|
|
|
<Compile Include="CPUs\68000\Tables.cs" />
|
2014-11-19 03:16:36 +00:00
|
|
|
|
<Compile Include="CPUs\ARM\Darm.cs" />
|
2014-01-22 01:14:36 +00:00
|
|
|
|
<Compile Include="CPUs\CP1610\CP1610.cs" />
|
2014-02-09 23:13:11 +00:00
|
|
|
|
<Compile Include="CPUs\HuC6280\CDLOpcodes.cs" />
|
2014-01-22 01:14:36 +00:00
|
|
|
|
<Compile Include="CPUs\HuC6280\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\HuC6280\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\HuC6280\HuC6280.cs" />
|
2015-01-05 21:03:54 +00:00
|
|
|
|
<Compile Include="CPUs\HuC6280\IDisassemblable.cs" />
|
2014-01-22 01:14:36 +00:00
|
|
|
|
<Compile Include="CPUs\MOS 6502X\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\MOS 6502X\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\MOS 6502X\MOS6502X.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\Timing.cs" />
|
|
|
|
|
<Compile Include="CPUs\x86\x86.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Interrupts.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\NewDisassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Registers.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Tables.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80-GB\Z80.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Disassembler.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Execute.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Interrupts.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Registers.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Tables.cs" />
|
|
|
|
|
<Compile Include="CPUs\Z80\Z80A.cs" />
|
2014-12-03 06:14:59 +00:00
|
|
|
|
<Compile Include="FileID.cs" />
|
2014-01-21 23:54:30 +00:00
|
|
|
|
<Compile Include="LibRetro.cs" />
|
|
|
|
|
<Compile Include="LibRetroEmulator.cs" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.SF2.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\MemoryMap.SuperGrafx.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\PCEngine.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VCE.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VDC.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VDC.Render.cs" />
|
|
|
|
|
<Compile Include="Consoles\PC Engine\VPC.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\Genesis.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\GenVDP.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\GenVDP.DMA.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\GenVDP.Render.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\MemoryMap.68000.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\Genesis\MemoryMap.Z80.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\SMS.cs" />
|
|
|
|
|
<Compile Include="Consoles\Sega\SMS\VDP.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-12-03 21:11:48 +00:00
|
|
|
|
<Content Include="Computers\Commodore64\docs\CRT.TXT" />
|
2012-09-09 01:40:29 +00:00
|
|
|
|
<Content Include="Consoles\Coleco\docs\CV-Sound.txt" />
|
|
|
|
|
<Content Include="Consoles\Coleco\docs\CV-Tech.txt" />
|
2012-09-09 01:54:31 +00:00
|
|
|
|
<Content Include="Consoles\Nintendo\NES\Docs\sunsoft.txt" />
|
|
|
|
|
<Content Include="Consoles\Nintendo\NES\Docs\sxrom_notes.txt" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Content Include="Consoles\PC Engine\Compat.txt" />
|
2011-10-11 03:52:44 +00:00
|
|
|
|
<Content Include="Consoles\Sega\Genesis\Compat.txt" />
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Content Include="Consoles\Sega\SMS\Compat.txt" />
|
|
|
|
|
<Content Include="Notes.txt" />
|
|
|
|
|
</ItemGroup>
|
2011-08-27 02:17:11 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2014-10-03 21:04:37 +00:00
|
|
|
|
<ItemGroup />
|
2013-10-27 07:54:00 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BizHawk.Common\BizHawk.Common.csproj">
|
|
|
|
|
<Project>{866F8D13-0678-4FF9-80A4-A3993FD4D8A3}</Project>
|
|
|
|
|
<Name>BizHawk.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2013-11-04 01:06:36 +00:00
|
|
|
|
<ProjectReference Include="..\BizHawk.Emulation.Common\BizHawk.Emulation.Common.csproj">
|
|
|
|
|
<Project>{e1a23168-b571-411c-b360-2229e7225e0e}</Project>
|
|
|
|
|
<Name>BizHawk.Emulation.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2013-11-03 23:45:44 +00:00
|
|
|
|
<ProjectReference Include="..\BizHawk.Emulation.DiscSystem\BizHawk.Emulation.DiscSystem.csproj">
|
|
|
|
|
<Project>{f51946ea-827f-4d82-b841-1f2f6d060312}</Project>
|
|
|
|
|
<Name>BizHawk.Emulation.DiscSystem</Name>
|
|
|
|
|
</ProjectReference>
|
2013-10-27 07:54:00 +00:00
|
|
|
|
</ItemGroup>
|
2012-03-07 00:55:09 +00:00
|
|
|
|
<ItemGroup>
|
2014-10-09 02:14:15 +00:00
|
|
|
|
<Compile Include="Computers\Commodore64\MOS\MOS6526-2.Registers.cs" />
|
2012-03-07 00:55:09 +00:00
|
|
|
|
<None Include="Consoles\Atari\docs\stella.pdf" />
|
2012-09-09 01:40:29 +00:00
|
|
|
|
<None Include="Consoles\Coleco\docs\colecovision tech1.pdf" />
|
|
|
|
|
<None Include="Consoles\Coleco\docs\colecovision tech2.pdf" />
|
2012-09-09 01:54:31 +00:00
|
|
|
|
<None Include="Consoles\Nintendo\NES\Docs\BoardTable.xlsx" />
|
|
|
|
|
<None Include="Consoles\Nintendo\NES\Docs\MapperCompatibilityList.url" />
|
|
|
|
|
<None Include="Consoles\Nintendo\NES\Docs\nesasm.pdf" />
|
2012-03-07 00:55:09 +00:00
|
|
|
|
</ItemGroup>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2012-03-03 19:19:25 +00:00
|
|
|
|
<PropertyGroup>
|
2012-03-12 04:44:10 +00:00
|
|
|
|
<PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>
|
|
|
|
|
<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">"$(SolutionDir)subwcrev.sh" "$(ProjectDir)"</PreBuildEvent>
|
2012-03-03 19:19:25 +00:00
|
|
|
|
</PropertyGroup>
|
2014-12-09 19:20:22 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent />
|
|
|
|
|
</PropertyGroup>
|
2011-01-11 02:55:51 +00:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
2012-03-15 21:08:00 +00:00
|
|
|
|
</Project>
|