Fill in Stella upstream version

This commit is contained in:
YoshiRulz 2024-10-20 05:35:42 +10:00
parent 8dee116d77
commit 1dbd7356eb
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

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