update some author info on 2600 and swan cores

This commit is contained in:
goyuken 2014-06-04 19:06:36 +00:00
parent b3594e94a9
commit 80c79798ce
2 changed files with 2 additions and 2 deletions

View File

@ -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
)] )]

View File

@ -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