mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-03-31 04:30:58 +00:00
Add a skeletal repository for LR35902 Blargg Game Boy tests.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
5185346b8d
commit
f570916364
14
EightBit.sln
14
EightBit.sln
@ -33,6 +33,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LR35902.FuseTest", "LR35902
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fuse", "Fuse\Fuse.csproj", "{28E65032-5DFF-406F-9385-0EE1422A7F4A}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LR35902.BlarggTest", "LR35902\LR35902.BlarggTest\LR35902.BlarggTest.csproj", "{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@ -223,6 +225,18 @@ Global
|
||||
{28E65032-5DFF-406F-9385-0EE1422A7F4A}.Release|x64.Build.0 = Release|Any CPU
|
||||
{28E65032-5DFF-406F-9385-0EE1422A7F4A}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{28E65032-5DFF-406F-9385-0EE1422A7F4A}.Release|x86.Build.0 = Release|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Release|x64.Build.0 = Release|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
6
LR35902/LR35902.BlarggTest/App.config
Normal file
6
LR35902/LR35902.BlarggTest/App.config
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
62
LR35902/LR35902.BlarggTest/LR35902.BlarggTest.csproj
Normal file
62
LR35902/LR35902.BlarggTest/LR35902.BlarggTest.csproj
Normal file
@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{DDFC8E91-B9EE-41DC-8FBD-09198AB01C6C}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>LR35902.BlarggTest</RootNamespace>
|
||||
<AssemblyName>LR35902.BlarggTest</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<RunCodeAnalysis>false</RunCodeAnalysis>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
<None Include="packages.config" />
|
||||
<AdditionalFiles Include="stylecop.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
|
||||
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
15
LR35902/LR35902.BlarggTest/Program.cs
Normal file
15
LR35902/LR35902.BlarggTest/Program.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LR35902.BlarggTest
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
36
LR35902/LR35902.BlarggTest/Properties/AssemblyInfo.cs
Normal file
36
LR35902/LR35902.BlarggTest/Properties/AssemblyInfo.cs
Normal file
@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("LR35902.BlarggTest")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("LR35902.BlarggTest")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("ddfc8e91-b9ee-41dc-8fbd-09198ab01c6c")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
4
LR35902/LR35902.BlarggTest/packages.config
Normal file
4
LR35902/LR35902.BlarggTest/packages.config
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="StyleCop.Analyzers" version="1.1.118" targetFramework="net472" developmentDependency="true" />
|
||||
</packages>
|
BIN
LR35902/LR35902.BlarggTest/roms/blargg/01-special.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/01-special.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/02-interrupts.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/02-interrupts.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/03-op sp,hl.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/03-op sp,hl.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/04-op r,imm.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/04-op r,imm.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/05-op rp.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/05-op rp.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/06-ld r,r.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/06-ld r,r.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/07-jr,jp,call,ret,rst.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/07-jr,jp,call,ret,rst.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/08-misc instrs.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/08-misc instrs.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/09-op r,r.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/09-op r,r.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/10-bit ops.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/10-bit ops.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/11-op a,(hl).gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/11-op a,(hl).gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/cpu_instrs.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/cpu_instrs.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/instr_timing.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/instr_timing.gb
Normal file
Binary file not shown.
BIN
LR35902/LR35902.BlarggTest/roms/blargg/interrupt_time.gb
Normal file
BIN
LR35902/LR35902.BlarggTest/roms/blargg/interrupt_time.gb
Normal file
Binary file not shown.
19
LR35902/LR35902.BlarggTest/stylecop.json
Normal file
19
LR35902/LR35902.BlarggTest/stylecop.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
// ACTION REQUIRED: This file was automatically added to your project, but it
|
||||
// will not take effect until additional steps are taken to enable it. See the
|
||||
// following page for additional information:
|
||||
//
|
||||
// https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
|
||||
|
||||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||||
"settings": {
|
||||
"documentationRules": {
|
||||
"documentInterfaces": false,
|
||||
"documentExposedElements": false,
|
||||
"documentInternalElements": false,
|
||||
"documentPrivateElements": false,
|
||||
"documentPrivateFields": false,
|
||||
"companyName": "Adrian Conlon"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user