update some author info on 2600 and swan cores
This commit is contained in:
parent
b3594e94a9
commit
80c79798ce
|
@ -10,7 +10,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
|
||||||
{
|
{
|
||||||
[CoreAttributes(
|
[CoreAttributes(
|
||||||
"Atari2600Hawk",
|
"Atari2600Hawk",
|
||||||
"Micro500, adelikat",
|
"Micro500, adelikat, natt",
|
||||||
isPorted: false,
|
isPorted: false,
|
||||||
isReleased: true
|
isReleased: true
|
||||||
)]
|
)]
|
||||||
|
|
|
@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.WonderSwan
|
namespace BizHawk.Emulation.Cores.WonderSwan
|
||||||
{
|
{
|
||||||
[CoreAttributes("Mednafen/Cygne", "Dox", true, true)]
|
[CoreAttributes("Mednafen/Cygne", "Dox", true, true, "0.9.34.1", "http://mednafen.sourceforge.net/")]
|
||||||
public class WonderSwan : IEmulator, IVideoProvider, ISyncSoundProvider
|
public class WonderSwan : IEmulator, IVideoProvider, ISyncSoundProvider
|
||||||
{
|
{
|
||||||
#region Controller
|
#region Controller
|
||||||
|
|
Loading…
Reference in New Issue