Name change.

master
Nabile Rahmani 2017-10-09 08:21:31 +02:00
parent 3eebb0a9ad
commit f938e58c2e
31 changed files with 33 additions and 33 deletions

View File

@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N64-Emu", "N64-Emu\N64-Emu.csproj", "{3231B7B4-EFE7-469A-AD04-D75EDECE2AFE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotN64", "DotN64\DotN64.csproj", "{3231B7B4-EFE7-469A-AD04-D75EDECE2AFE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
namespace N64Emu.AI
namespace DotN64.AI
{
public class AudioInterface
{

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Specialized;
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,6 +1,6 @@
using System.Collections.Specialized;
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Specialized;
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.CPU
namespace DotN64.CPU
{
public partial class VR4300
{

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace N64Emu.CPU
namespace DotN64.CPU
{
// Reference: http://datasheets.chipdb.org/NEC/Vr-Series/Vr43xx/U10504EJ7V0UMJ1.pdf
public partial class VR4300

View File

@ -3,7 +3,7 @@ using System.IO;
using System.Net;
using System.Text;
namespace N64Emu
namespace DotN64
{
public class Cartridge
{

View File

@ -5,8 +5,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3231B7B4-EFE7-469A-AD04-D75EDECE2AFE}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>N64Emu</RootNamespace>
<AssemblyName>N64-Emu</AssemblyName>
<RootNamespace>DotN64</RootNamespace>
<AssemblyName>DotN64</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
namespace N64Emu.MI
namespace DotN64.MI
{
public class MIPSInterface
{

View File

@ -1,6 +1,6 @@
using System;
namespace N64Emu
namespace DotN64
{
public struct MappingEntry
{

View File

@ -1,7 +1,7 @@
using System;
using System.Net;
namespace N64Emu
namespace DotN64
{
using AI;
using CPU;

View File

@ -1,4 +1,4 @@
namespace N64Emu.PI
namespace DotN64.PI
{
public partial class PeripheralInterface
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.PI
namespace DotN64.PI
{
public partial class PeripheralInterface
{

View File

@ -1,6 +1,6 @@
using System.Collections.Specialized;
namespace N64Emu.PI
namespace DotN64.PI
{
public partial class PeripheralInterface
{

View File

@ -4,7 +4,7 @@ using System.Collections.Specialized;
using System.Linq;
using System.Net;
namespace N64Emu.PI
namespace DotN64.PI
{
public partial class PeripheralInterface
{

View File

@ -1,6 +1,6 @@
using System.IO;
namespace N64Emu
namespace DotN64
{
internal static class Program
{

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
namespace N64Emu.RCP
namespace DotN64.RCP
{
public partial class RealityCoprocessor
{

View File

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
namespace N64Emu.RCP
namespace DotN64.RCP
{
public partial class RealityCoprocessor
{

View File

@ -1,4 +1,4 @@
namespace N64Emu.RCP
namespace DotN64.RCP
{
public partial class RealityCoprocessor
{

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Specialized;
namespace N64Emu.SI
namespace DotN64.SI
{
public partial class SerialInterface
{

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
namespace N64Emu.SI
namespace DotN64.SI
{
public partial class SerialInterface
{

View File

@ -1,6 +1,6 @@
using System.Collections.Specialized;
namespace N64Emu.VI
namespace DotN64.VI
{
public partial class VideoInterface
{

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
namespace N64Emu.VI
namespace DotN64.VI
{
public partial class VideoInterface
{

View File

@ -1,3 +1,3 @@
# N64-Emu
# .N⁶⁴
![build status](https://nabile.duckdns.org/CI/Badges?user=Nabile&repo=N64-Emu&branch=master) ([log](https://nabile.duckdns.org/CI/Logs?user=Nabile&repo=N64-Emu&branch=master))
![build status](https://nabile.duckdns.org/CI/Badges?user=Nabile&repo=DotN64&branch=master) ([log](https://nabile.duckdns.org/CI/Logs?user=Nabile&repo=DotN64&branch=master))