new namespace
This commit is contained in:
parent
14fd7d52c2
commit
ca0d7ce92d
|
@ -3,7 +3,7 @@ using System.IO;
|
|||
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : ICodeDataLogger
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
|||
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : IDebuggable
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using BizHawk.Emulation.Common;
|
||||
using BizHawk.Emulation.Cores.Components.M68000;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : IDisassemblable
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : IDriveLight
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : IEmulator
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : IInputPollable
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
|||
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@ using BizHawk.Common.BufferExtensions;
|
|||
using BizHawk.Emulation.Common;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : ISaveRam
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@ using BizHawk.Emulation.Common;
|
|||
using Newtonsoft.Json;
|
||||
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : ISettable<GPGX.GPGXSettings, GPGX.GPGXSyncSettings>
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.IO;
|
|||
using BizHawk.Common.BufferExtensions;
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : IStatable
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@ using System.Text;
|
|||
|
||||
using BizHawk.Common.NumberExtensions;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public partial class GPGX : IVideoProvider
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
|
|||
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
[CoreAttributes(
|
||||
"Genplus-gx",
|
||||
|
|
|
@ -6,7 +6,7 @@ using System.Text;
|
|||
using BizHawk.Common;
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public class GPGXControlConverter
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@ using System.Text;
|
|||
using BizHawk.Common;
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public class GPGXControlConverterDynamic
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@ using System.IO;
|
|||
using System.ComponentModel;
|
||||
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
[CoreAttributes(
|
||||
"Genplus-gx",
|
||||
|
|
|
@ -5,7 +5,7 @@ using System.Text;
|
|||
using System.Runtime.InteropServices;
|
||||
using System.IO;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
/*
|
||||
* how to use:
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public static class LibGPGX
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx32
|
||||
{
|
||||
public class LibGPGXDynamic
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue