O2: default to O2 still

This commit is contained in:
alyosha-tas 2020-07-11 09:11:35 -04:00
parent 1e90dbc978
commit 2ed8af145e
2 changed files with 11 additions and 2 deletions

View File

@ -49,6 +49,16 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
[DefaultValue(true)] [DefaultValue(true)]
public bool Show_Sprites { get; set; } public bool Show_Sprites { get; set; }
[DisplayName("Display G7400 Sprites")]
[Description("When true, displays G7400 sprites.")]
[DefaultValue(true)]
public bool Show_G7400_Sprites { get; set; }
[DisplayName("Display G7400 Background")]
[Description("When true, displays G7400 backgroud.")]
[DefaultValue(true)]
public bool Show_G7400_BG { get; set; }
public O2Settings Clone() public O2Settings Clone()
{ {
return (O2Settings)MemberwiseClone(); return (O2Settings)MemberwiseClone();
@ -64,7 +74,7 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
{ {
[DisplayName("Use G7400 Enhanemants")] [DisplayName("Use G7400 Enhanemants")]
[Description("When true, boots using G7400 BIOS and features")] [Description("When true, boots using G7400 BIOS and features")]
[DefaultValue(true)] [DefaultValue(false)]
public bool G7400_Enable { get; set; } public bool G7400_Enable { get; set; }
[DisplayName("Use Existing SaveRAM")] [DisplayName("Use Existing SaveRAM")]

View File

@ -482,7 +482,6 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
} }
if (VDC_ctrl.Bit(5)) if (VDC_ctrl.Bit(5))
{ {
// single characters // single characters
for (int i = 0; i < 12; i++) for (int i = 0; i < 12; i++)