diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs b/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs index a48bf58192..1861b684c5 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs @@ -6,7 +6,7 @@ using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Atari.Lynx { - [CoreAttributes("Handy", "K. Wilkins", true, true, "mednafen 0-9-34-1", "http://mednafen.sourceforge.net/")] + [CoreAttributes("Handy", "K. Wilkins, Mednafen Team", true, true, "mednafen 0-9-34-1", "http://mednafen.sourceforge.net/")] [ServiceNotApplicable(typeof(ISettable<,>), typeof(IDriveLight), typeof(IRegionable))] public partial class Lynx : IEmulator, IVideoProvider, ISoundProvider, ISaveRam, IStatable, IInputPollable { diff --git a/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs b/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs index 72ecbf2f27..f3d6182ff5 100644 --- a/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs +++ b/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/Tst.cs @@ -12,7 +12,7 @@ using System.IO; namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX { - [CoreAttributes("T. S. T.", "Ryphecha", true, false, "0.9.44.1", + [CoreAttributes("T. S. T.", "Mednafen Team", true, false, "0.9.44.1", "https://mednafen.github.io/releases/", false)] public class Tst : WaterboxCore, IDriveLight { diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs index 1ef01e5336..7bdbdbe616 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs @@ -16,7 +16,7 @@ using System.Threading.Tasks; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.VB { - [CoreAttributes("Virtual Boyee", "Ryphecha", true, true, "0.9.44.1", + [CoreAttributes("Virtual Boyee", "Mednafen Team", true, true, "0.9.44.1", "https://mednafen.github.io/releases/", false)] public class VirtualBoyee : WaterboxCore, ISettable { diff --git a/BizHawk.Emulation.Cores/Consoles/SNK/DualNeoGeoPort.cs b/BizHawk.Emulation.Cores/Consoles/SNK/DualNeoGeoPort.cs index 5cf66cc8b3..0d4969661c 100644 --- a/BizHawk.Emulation.Cores/Consoles/SNK/DualNeoGeoPort.cs +++ b/BizHawk.Emulation.Cores/Consoles/SNK/DualNeoGeoPort.cs @@ -15,7 +15,7 @@ using System.Threading.Tasks; namespace BizHawk.Emulation.Cores.Consoles.SNK { - [CoreAttributes("Dual NeoPop", "Thomas Klausner and natt", true, false, "0.9.44.1", + [CoreAttributes("Dual NeoPop", "Thomas Klausner, Mednafen Team, natt", true, false, "0.9.44.1", "https://mednafen.github.io/releases/", false)] public class DualNeoGeoPort : IEmulator { diff --git a/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs b/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs index cbcbadeef4..75239bf592 100644 --- a/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs +++ b/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs @@ -16,7 +16,7 @@ using System.Threading.Tasks; namespace BizHawk.Emulation.Cores.Consoles.SNK { - [CoreAttributes("NeoPop", "Thomas Klausner", true, true, "0.9.44.1", + [CoreAttributes("NeoPop", "Thomas Klausner, Mednafen Team", true, true, "0.9.44.1", "https://mednafen.github.io/releases/", false)] public class NeoGeoPort : WaterboxCore, ISaveRam, // NGP provides its own saveram interface diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs b/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs index 78da22e14c..90855309b1 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/Saturn/Saturnus.cs @@ -17,7 +17,7 @@ using System.Threading.Tasks; namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn { - [CoreAttributes("Saturnus", "Ryphecha", true, false, "0.9.44.1", + [CoreAttributes("Saturnus", "Mednafen Team", true, false, "0.9.44.1", "https://mednafen.github.io/releases/", false)] public class Saturnus : WaterboxCore, IDriveLight, IRegionable, diff --git a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs index a607d7c7db..aad66eec64 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs @@ -27,7 +27,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX { [CoreAttributes( "Octoshock", - "Ryphecha", + "Mednafen Team", isPorted: true, isReleased: true)] public unsafe partial class Octoshock : IEmulator, IVideoProvider, ISoundProvider, ISaveRam, IStatable, IDriveLight, ISettable, IRegionable, IInputPollable diff --git a/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs b/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs index c55c41e494..38e5968dcb 100644 --- a/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs +++ b/BizHawk.Emulation.Cores/Consoles/WonderSwan/WonderSwan.cs @@ -6,7 +6,7 @@ using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.WonderSwan { - [CoreAttributes("Cygne/Mednafen", "Dox", true, true, "0.9.36.5", "http://mednafen.sourceforge.net/")] + [CoreAttributes("Cygne/Mednafen", "Dox, Mednafen Team", true, true, "0.9.36.5", "http://mednafen.sourceforge.net/")] [ServiceNotApplicable(typeof(IDriveLight), typeof(IRegionable))] public partial class WonderSwan : IEmulator, IVideoProvider, ISoundProvider, IInputPollable, IDebuggable