From 93fe387311a58cece9b75d28989e3776bed85b44 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 1 Jan 2015 18:51:24 +0000 Subject: [PATCH] NES Game Genie - convert to IToolFormAutoConfig, also fix a bug that would have made it never show up as available --- BizHawk.Client.Common/config/Config.cs | 4 - BizHawk.Client.EmuHawk/MainForm.cs | 5 -- .../tools/NES/NESGameGenie.Designer.cs | 76 +------------------ .../tools/NES/NESGameGenie.cs | 71 +---------------- 4 files changed, 5 insertions(+), 151 deletions(-) diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index c2f08e9eb2..45d5121301 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -341,10 +341,6 @@ namespace BizHawk.Client.Common // TAStudio public TasStateManagerSettings DefaultTasProjSettings = new TasStateManagerSettings(); - // NES Game Genie Encoder/Decoder - public ToolDialogSettings NesGGSettings = new ToolDialogSettings(); - public bool NESGGAutoload = false; - // GB/GG Game Genie Encoder/Decoder public ToolDialogSettings GbGGSettings = new ToolDialogSettings(); public bool GBGGAutoload = false; diff --git a/BizHawk.Client.EmuHawk/MainForm.cs b/BizHawk.Client.EmuHawk/MainForm.cs index 4472f6f66d..3a00b0c967 100644 --- a/BizHawk.Client.EmuHawk/MainForm.cs +++ b/BizHawk.Client.EmuHawk/MainForm.cs @@ -367,11 +367,6 @@ namespace BizHawk.Client.EmuHawk GlobalWin.Tools.Load(); } - if (Global.Config.NESGGAutoload) - { - GlobalWin.Tools.LoadGameGenieEc(); - } - if (Global.Config.DisplayStatusBar == false) { MainStatusBar.Visible = false; diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs index fe0eb8d76f..da367e8160 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs @@ -61,17 +61,9 @@ this.Encoding = new System.Windows.Forms.CheckBox(); this.ClearButton = new System.Windows.Forms.Button(); this.MenuStrip = new MenuStripEx(); - this.OptionsSubMenu = new System.Windows.Forms.ToolStripMenuItem(); - this.AutoloadMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SaveWindowPositionMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AlwaysOnTopMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FloatingWindowMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.GameGenieCodeBox.SuspendLayout(); this.ButtonPanel.SuspendLayout(); this.groupBox1.SuspendLayout(); - this.MenuStrip.SuspendLayout(); this.SuspendLayout(); // // GameGenieCode @@ -431,69 +423,12 @@ // MenuStrip // this.MenuStrip.ClickThrough = true; - this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.OptionsSubMenu}); this.MenuStrip.Location = new System.Drawing.Point(0, 0); this.MenuStrip.Name = "MenuStrip"; this.MenuStrip.Size = new System.Drawing.Size(292, 24); this.MenuStrip.TabIndex = 8; this.MenuStrip.Text = "menuStrip1"; // - // OptionsSubMenu - // - this.OptionsSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.AutoloadMenuItem, - this.SaveWindowPositionMenuItem, - this.AlwaysOnTopMenuItem, - this.FloatingWindowMenuItem, - this.toolStripSeparator1, - this.ExitMenuItem}); - this.OptionsSubMenu.Name = "OptionsSubMenu"; - this.OptionsSubMenu.Size = new System.Drawing.Size(61, 20); - this.OptionsSubMenu.Text = "&Options"; - this.OptionsSubMenu.DropDownOpened += new System.EventHandler(this.OptionsSubMenu_DropDownOpened); - // - // AutoloadMenuItem - // - this.AutoloadMenuItem.Name = "AutoloadMenuItem"; - this.AutoloadMenuItem.Size = new System.Drawing.Size(191, 22); - this.AutoloadMenuItem.Text = "Autoload"; - this.AutoloadMenuItem.Click += new System.EventHandler(this.AutoloadMenuItem_Click); - // - // SaveWindowPositionMenuItem - // - this.SaveWindowPositionMenuItem.Name = "SaveWindowPositionMenuItem"; - this.SaveWindowPositionMenuItem.Size = new System.Drawing.Size(191, 22); - this.SaveWindowPositionMenuItem.Text = "Save Window Position"; - this.SaveWindowPositionMenuItem.Click += new System.EventHandler(this.SaveWindowPositionMenuItem_Click); - // - // AlwaysOnTopMenuItem - // - this.AlwaysOnTopMenuItem.Name = "AlwaysOnTopMenuItem"; - this.AlwaysOnTopMenuItem.Size = new System.Drawing.Size(191, 22); - this.AlwaysOnTopMenuItem.Text = "Always On Top"; - this.AlwaysOnTopMenuItem.Click += new System.EventHandler(this.AlwaysOnTopMenuItem_Click); - // - // floatingWindowToolStripMenuItem - // - this.FloatingWindowMenuItem.Name = "floatingWindowToolStripMenuItem"; - this.FloatingWindowMenuItem.Size = new System.Drawing.Size(191, 22); - this.FloatingWindowMenuItem.Text = "Floating Window"; - this.FloatingWindowMenuItem.Click += new System.EventHandler(this.FloatingWindowMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); - // - // ExitMenuItem - // - this.ExitMenuItem.Name = "ExitMenuItem"; - this.ExitMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.ExitMenuItem.Size = new System.Drawing.Size(191, 22); - this.ExitMenuItem.Text = "E&xit"; - this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click); - // // NESGameGenie // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -521,8 +456,6 @@ this.ButtonPanel.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); - this.MenuStrip.ResumeLayout(false); - this.MenuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -562,13 +495,6 @@ private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button ClearButton; - private MenuStripEx MenuStrip; - private System.Windows.Forms.ToolStripMenuItem OptionsSubMenu; - private System.Windows.Forms.ToolStripMenuItem AutoloadMenuItem; - private System.Windows.Forms.ToolStripMenuItem SaveWindowPositionMenuItem; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; - private System.Windows.Forms.ToolStripMenuItem ExitMenuItem; - private System.Windows.Forms.ToolStripMenuItem AlwaysOnTopMenuItem; - private System.Windows.Forms.ToolStripMenuItem FloatingWindowMenuItem; + private MenuStripEx MenuStrip; } } \ No newline at end of file diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.cs b/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.cs index 90e69b460b..341a10b496 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.cs @@ -9,12 +9,14 @@ using BizHawk.Client.Common; namespace BizHawk.Client.EmuHawk { - public partial class NESGameGenie : Form, IToolForm + public partial class NESGameGenie : Form, IToolFormAutoConfig { [RequiredService] private IEmulator Emulator { get; set; } + [RequiredService] - private MemoryDomainList MemoryDomains { get; set; } + private IMemoryDomains MemoryDomainService { get; set; } + private MemoryDomainList MemoryDomains { get { return MemoryDomainService.MemoryDomains; } } private readonly Dictionary _gameGenieTable = new Dictionary { @@ -70,12 +72,6 @@ namespace BizHawk.Client.EmuHawk public NESGameGenie() { InitializeComponent(); - Closing += (o, e) => - { - Global.Config.NesGGSettings.Wndx = Location.X; - Global.Config.NesGGSettings.Wndy = Location.Y; - }; - TopMost = Global.Config.NesGGSettings.TopMost; AddressBox.SetHexProperties(0x10000); ValueBox.SetHexProperties(0x100); CompareBox.SetHexProperties(0x100); @@ -84,11 +80,6 @@ namespace BizHawk.Client.EmuHawk private void NESGameGenie_Load(object sender, EventArgs e) { AddCheat.Enabled = false; - - if (Global.Config.NesGGSettings.UseWindowPosition) - { - Location = Global.Config.NesGGSettings.WindowPosition; - } } public void DecodeGameGenieCode(string code) @@ -157,54 +148,8 @@ namespace BizHawk.Client.EmuHawk GameGenieCode.Text = new NESGameGenieEncoder(_address.Value, _value.Value, _compare).Encode(); } - private void RefreshFloatingWindowControl() - { - Owner = Global.Config.NesGGSettings.FloatingWindow ? null : GlobalWin.MainForm; - } - #region Events - #region File Menu - - private void OptionsSubMenu_DropDownOpened(object sender, EventArgs e) - { - AutoloadMenuItem.Checked = Global.Config.NESGGAutoload; - SaveWindowPositionMenuItem.Checked = Global.Config.NesGGSettings.SaveWindowPosition; - AlwaysOnTopMenuItem.Checked = Global.Config.NesGGSettings.TopMost; - FloatingWindowMenuItem.Checked = Global.Config.NesGGSettings.FloatingWindow; - } - - private void AutoloadMenuItem_Click(object sender, EventArgs e) - { - Global.Config.NESGGAutoload ^= true; - } - - private void SaveWindowPositionMenuItem_Click(object sender, EventArgs e) - { - Global.Config.NesGGSettings.SaveWindowPosition ^= true; - } - - private void ExitMenuItem_Click(object sender, EventArgs e) - { - Close(); - } - - private void AlwaysOnTopMenuItem_Click(object sender, EventArgs e) - { - Global.Config.NesGGSettings.TopMost ^= true; - TopMost = Global.Config.NesGGSettings.TopMost; - } - - private void FloatingWindowMenuItem_Click(object sender, EventArgs e) - { - Global.Config.NesGGSettings.FloatingWindow ^= true; - RefreshFloatingWindowControl(); - } - - #endregion - - #region Control Events - private void GameGenieCode_KeyPress(object sender, KeyPressEventArgs e) { if (!_gameGenieTable.ContainsKey(char.ToUpper(e.KeyChar))) @@ -366,14 +311,6 @@ namespace BizHawk.Client.EmuHawk TryEnableAddCheat(); } - protected override void OnShown(EventArgs e) - { - RefreshFloatingWindowControl(); - base.OnShown(e); - } - - #endregion - #endregion } }