diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs index bc9c045ed6a..593c831af28 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs @@ -9,7 +9,11 @@ namespace BizHawk.Emulation.Cores.Atari.Stella { - [Core(CoreNames.Stella, "The Stella Team")] + [PortedCore( + name: CoreNames.Stella, + author: "The Stella Team", +// portedVersion: "", //TODO + portedUrl: "https://stella-emu.github.io")] [ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(ISaveRam) })] public partial class Stella : IEmulator, IVideoProvider, IInputPollable, IRomInfo, IRegionable, ICreateGameDBEntries, ISettable