From 1dbd7356eb2b05db7b04de804f0708f14db76214 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sun, 20 Oct 2024 05:35:42 +1000 Subject: [PATCH] Fill in Stella upstream version --- src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs index 660d2cbca3..7fcdda7a3c 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs @@ -11,7 +11,7 @@ namespace BizHawk.Emulation.Cores.Atari.Stella [PortedCore( name: CoreNames.Stella, author: "The Stella Team", -// portedVersion: "", //TODO + portedVersion: "6.8+09be43c50", // in the middle of 6.7.1 and 7.0 portedUrl: "https://stella-emu.github.io")] [ServiceNotApplicable(typeof(ISaveRam))] public partial class Stella : IRomInfo, IRegionable