default to KSeries bios instead of MSeries bios, as it seems to be more compatible
This commit is contained in:
parent
5f509525bc
commit
be771c134c
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue