Update nyma cores to Mednafen 1.26.1
See Mednafen release notes for full changes. Mostly just Sega Saturn stuff. Closes #2464 Closes #2162
This commit is contained in:
parent
4447d5ddc7
commit
2f2f104e3d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -9,7 +9,7 @@ using BizHawk.Emulation.Cores.Waterbox;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.NEC.PCE
|
||||
{
|
||||
[Core(CoreNames.HyperNyma, "Mednafen Team", true, true, "1.24.3", "https://mednafen.github.io/releases/", false, "PCE")]
|
||||
[Core(CoreNames.HyperNyma, "Mednafen Team", true, true, "1.26.1", "https://mednafen.github.io/releases/", false, "PCE")]
|
||||
public class HyperNyma : NymaCore, IRegionable, IPceGpuView
|
||||
{
|
||||
private readonly LibHyperNyma _hyperNyma;
|
||||
|
|
|
@ -11,7 +11,7 @@ using BizHawk.Emulation.DiscSystem;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.NEC.PCE
|
||||
{
|
||||
[Core(CoreNames.TurboNyma, "Mednafen Team", true, true, "1.24.3", "https://mednafen.github.io/releases/", false, "PCE")]
|
||||
[Core(CoreNames.TurboNyma, "Mednafen Team", true, true, "1.26.1", "https://mednafen.github.io/releases/", false, "PCE")]
|
||||
public class TurboNyma : NymaCore, IRegionable, IPceGpuView
|
||||
{
|
||||
private readonly LibTurboNyma _turboNyma;
|
||||
|
|
|
@ -5,7 +5,7 @@ using System.Collections.Generic;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX
|
||||
{
|
||||
[Core("T. S. T.", "Mednafen Team", true, true, "1.24.3",
|
||||
[Core("T. S. T.", "Mednafen Team", true, true, "1.26.1",
|
||||
"https://mednafen.github.io/releases/", false, "PC-FX")]
|
||||
public class Tst : NymaCore
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using BizHawk.Emulation.Cores.Waterbox;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.Faust
|
||||
{
|
||||
[Core("Faust", "Mednafen Team", true, true, "1.24.3", "https://mednafen.github.io/releases/", false)]
|
||||
[Core("Faust", "Mednafen Team", true, true, "1.26.1", "https://mednafen.github.io/releases/", false)]
|
||||
public class Faust : NymaCore, IRegionable
|
||||
{
|
||||
[CoreConstructor("SNES")]
|
||||
|
|
|
@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.SNK
|
||||
{
|
||||
[Core("NeoPop", "Thomas Klausner, Mednafen Team", true, true, "1.24.3",
|
||||
[Core("NeoPop", "Thomas Klausner, Mednafen Team", true, true, "1.26.1",
|
||||
"https://mednafen.github.io/releases/", false, "NeoPop")]
|
||||
public class NeoGeoPort : NymaCore,
|
||||
ISaveRam // NGP provides its own saveram interface
|
||||
|
|
|
@ -15,7 +15,7 @@ using System.Text;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn
|
||||
{
|
||||
[Core("Saturnus", "Mednafen Team", true, true, "1.24.3",
|
||||
[Core("Saturnus", "Mednafen Team", true, true, "1.26.1",
|
||||
"https://mednafen.github.io/releases/", false, "Saturn")]
|
||||
public class Saturnus : NymaCore, IRegionable
|
||||
{
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f893eda70532f3ee31c47699a22e10e1261bc1a5
|
||||
Subproject commit d4c49787fefc2ebccf4862591fb03413d621fa7b
|
Loading…
Reference in New Issue