default to KSeries bios instead of MSeries bios, as it seems to be more compatible

This commit is contained in:
CasualPokePlayer 2022-09-30 21:56:19 -07:00
parent 5f509525bc
commit be771c134c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace BizHawk.Emulation.Cores.Atari.Jaguar
[DisplayName("BIOS Revision")]
[Description("")]
[DefaultValue(BiosRevisions.MSeries)]
[DefaultValue(BiosRevisions.KSeries)]
[TypeConverter(typeof(DescribableEnumConverter))]
public BiosRevisions BiosRevision { get; set; }