Start a firmwares dialog, interim only
This commit is contained in:
parent
42fb0d127b
commit
3dc4611263
|
@ -181,6 +181,12 @@
|
|||
<Compile Include="config\ControllerConfig\ControllerConfigPanel.Designer.cs">
|
||||
<DependentUpon>ControllerConfigPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="config\FirmwaresConfig.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="config\FirmwaresConfig.Designer.cs">
|
||||
<DependentUpon>FirmwaresConfig.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="config\GifAnimator.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
@ -597,6 +603,9 @@
|
|||
<EmbeddedResource Include="config\ControllerConfig\ControllerConfigPanel.resx">
|
||||
<DependentUpon>ControllerConfigPanel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="config\FirmwaresConfig.resx">
|
||||
<DependentUpon>FirmwaresConfig.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="config\GifAnimator.resx">
|
||||
<DependentUpon>GifAnimator.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4199,6 +4199,12 @@ namespace BizHawk.MultiClient
|
|||
private void configToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
|
||||
{
|
||||
controllersToolStripMenuItem.Enabled = !(Global.Emulator is NullEmulator);
|
||||
firmwaresToolStripMenuItem.Visible = INTERIM;
|
||||
}
|
||||
|
||||
private void firmwaresToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
new FirmwaresConfig().Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,975 @@
|
|||
namespace BizHawk.MultiClient
|
||||
{
|
||||
partial class FirmwaresConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.CloseBtn = new System.Windows.Forms.Button();
|
||||
this.FamicomGroupbox = new System.Windows.Forms.GroupBox();
|
||||
this.Disksys_Rom_Has_Label = new System.Windows.Forms.Label();
|
||||
this.Disksys_Rom_Label = new System.Windows.Forms.Label();
|
||||
this.Disksys_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.SNESGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
this.label15 = new System.Windows.Forms.Label();
|
||||
this.ST018_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.label13 = new System.Windows.Forms.Label();
|
||||
this.ST011_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.ST010_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.DSP4_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.DSP3_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.DSP2_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.DSP1B_ROM_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.CX4_ROM_Label = new System.Windows.Forms.Label();
|
||||
this.CX4_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.SGBGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.label17 = new System.Windows.Forms.Label();
|
||||
this.SGB_SFC_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.PCEGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.label18 = new System.Windows.Forms.Label();
|
||||
this.label19 = new System.Windows.Forms.Label();
|
||||
this.PCEBios_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.SegaSaturnGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.label26 = new System.Windows.Forms.Label();
|
||||
this.label27 = new System.Windows.Forms.Label();
|
||||
this.SegaSaturnBiosEUR_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label24 = new System.Windows.Forms.Label();
|
||||
this.label25 = new System.Windows.Forms.Label();
|
||||
this.SegaSaturnBiosv101JAP_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label22 = new System.Windows.Forms.Label();
|
||||
this.label23 = new System.Windows.Forms.Label();
|
||||
this.SegaSaturnBiosv1JAP_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label20 = new System.Windows.Forms.Label();
|
||||
this.label21 = new System.Windows.Forms.Label();
|
||||
this.SegaSaturnBiosv1US_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.Atari7800GroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.label28 = new System.Windows.Forms.Label();
|
||||
this.label33 = new System.Windows.Forms.Label();
|
||||
this.label29 = new System.Windows.Forms.Label();
|
||||
this.A78HighScore_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.A78PAL_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label32 = new System.Windows.Forms.Label();
|
||||
this.label30 = new System.Windows.Forms.Label();
|
||||
this.A78NTSC_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.label31 = new System.Windows.Forms.Label();
|
||||
this.ScanBtn = new System.Windows.Forms.Button();
|
||||
this.ColecovisionGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.label34 = new System.Windows.Forms.Label();
|
||||
this.label35 = new System.Windows.Forms.Label();
|
||||
this.ColecoBios_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.GBAGroupBox = new System.Windows.Forms.GroupBox();
|
||||
this.label36 = new System.Windows.Forms.Label();
|
||||
this.label37 = new System.Windows.Forms.Label();
|
||||
this.GBABios_PicBox = new System.Windows.Forms.PictureBox();
|
||||
this.FamicomGroupbox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Disksys_ROM_PicBox)).BeginInit();
|
||||
this.SNESGroupBox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ST018_ROM_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ST011_ROM_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ST010_ROM_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP4_ROM_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP3_ROM_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP2_ROM_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP1B_ROM_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.CX4_PicBox)).BeginInit();
|
||||
this.SGBGroupBox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SGB_SFC_PicBox)).BeginInit();
|
||||
this.PCEGroupBox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.PCEBios_PicBox)).BeginInit();
|
||||
this.SegaSaturnGroupBox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosEUR_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosv101JAP_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosv1JAP_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosv1US_PicBox)).BeginInit();
|
||||
this.Atari7800GroupBox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.A78HighScore_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.A78PAL_PicBox)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.A78NTSC_PicBox)).BeginInit();
|
||||
this.ColecovisionGroupBox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ColecoBios_PicBox)).BeginInit();
|
||||
this.GBAGroupBox.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GBABios_PicBox)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// CloseBtn
|
||||
//
|
||||
this.CloseBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.CloseBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.CloseBtn.Location = new System.Drawing.Point(484, 755);
|
||||
this.CloseBtn.Name = "CloseBtn";
|
||||
this.CloseBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.CloseBtn.TabIndex = 1;
|
||||
this.CloseBtn.Text = "&Close";
|
||||
this.CloseBtn.UseVisualStyleBackColor = true;
|
||||
this.CloseBtn.Click += new System.EventHandler(this.CloseBtn_Click);
|
||||
//
|
||||
// FamicomGroupbox
|
||||
//
|
||||
this.FamicomGroupbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.FamicomGroupbox.Controls.Add(this.Disksys_Rom_Has_Label);
|
||||
this.FamicomGroupbox.Controls.Add(this.Disksys_Rom_Label);
|
||||
this.FamicomGroupbox.Controls.Add(this.Disksys_ROM_PicBox);
|
||||
this.FamicomGroupbox.Location = new System.Drawing.Point(21, 12);
|
||||
this.FamicomGroupbox.Name = "FamicomGroupbox";
|
||||
this.FamicomGroupbox.Size = new System.Drawing.Size(538, 47);
|
||||
this.FamicomGroupbox.TabIndex = 2;
|
||||
this.FamicomGroupbox.TabStop = false;
|
||||
this.FamicomGroupbox.Text = "Famicom Disk System";
|
||||
//
|
||||
// Disksys_Rom_Has_Label
|
||||
//
|
||||
this.Disksys_Rom_Has_Label.AutoSize = true;
|
||||
this.Disksys_Rom_Has_Label.Location = new System.Drawing.Point(95, 22);
|
||||
this.Disksys_Rom_Has_Label.Name = "Disksys_Rom_Has_Label";
|
||||
this.Disksys_Rom_Has_Label.Size = new System.Drawing.Size(286, 13);
|
||||
this.Disksys_Rom_Has_Label.TabIndex = 2;
|
||||
this.Disksys_Rom_Has_Label.Text = "sha1:E4E41472C454F928E53EB10E0509BF7D1146ECC1";
|
||||
//
|
||||
// Disksys_Rom_Label
|
||||
//
|
||||
this.Disksys_Rom_Label.AutoSize = true;
|
||||
this.Disksys_Rom_Label.Location = new System.Drawing.Point(28, 22);
|
||||
this.Disksys_Rom_Label.Name = "Disksys_Rom_Label";
|
||||
this.Disksys_Rom_Label.Size = new System.Drawing.Size(61, 13);
|
||||
this.Disksys_Rom_Label.TabIndex = 1;
|
||||
this.Disksys_Rom_Label.Text = "disksys.rom";
|
||||
//
|
||||
// Disksys_ROM_PicBox
|
||||
//
|
||||
this.Disksys_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.Disksys_ROM_PicBox.Location = new System.Drawing.Point(6, 19);
|
||||
this.Disksys_ROM_PicBox.Name = "Disksys_ROM_PicBox";
|
||||
this.Disksys_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.Disksys_ROM_PicBox.TabIndex = 0;
|
||||
this.Disksys_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// SNESGroupBox
|
||||
//
|
||||
this.SNESGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESGroupBox.Controls.Add(this.label14);
|
||||
this.SNESGroupBox.Controls.Add(this.label15);
|
||||
this.SNESGroupBox.Controls.Add(this.ST018_ROM_PicBox);
|
||||
this.SNESGroupBox.Controls.Add(this.label12);
|
||||
this.SNESGroupBox.Controls.Add(this.label13);
|
||||
this.SNESGroupBox.Controls.Add(this.ST011_ROM_PicBox);
|
||||
this.SNESGroupBox.Controls.Add(this.label10);
|
||||
this.SNESGroupBox.Controls.Add(this.label11);
|
||||
this.SNESGroupBox.Controls.Add(this.ST010_ROM_PicBox);
|
||||
this.SNESGroupBox.Controls.Add(this.label8);
|
||||
this.SNESGroupBox.Controls.Add(this.label9);
|
||||
this.SNESGroupBox.Controls.Add(this.DSP4_ROM_PicBox);
|
||||
this.SNESGroupBox.Controls.Add(this.label6);
|
||||
this.SNESGroupBox.Controls.Add(this.label7);
|
||||
this.SNESGroupBox.Controls.Add(this.DSP3_ROM_PicBox);
|
||||
this.SNESGroupBox.Controls.Add(this.label4);
|
||||
this.SNESGroupBox.Controls.Add(this.label5);
|
||||
this.SNESGroupBox.Controls.Add(this.DSP2_ROM_PicBox);
|
||||
this.SNESGroupBox.Controls.Add(this.label2);
|
||||
this.SNESGroupBox.Controls.Add(this.label3);
|
||||
this.SNESGroupBox.Controls.Add(this.DSP1B_ROM_PicBox);
|
||||
this.SNESGroupBox.Controls.Add(this.label1);
|
||||
this.SNESGroupBox.Controls.Add(this.CX4_ROM_Label);
|
||||
this.SNESGroupBox.Controls.Add(this.CX4_PicBox);
|
||||
this.SNESGroupBox.Location = new System.Drawing.Point(21, 65);
|
||||
this.SNESGroupBox.Name = "SNESGroupBox";
|
||||
this.SNESGroupBox.Size = new System.Drawing.Size(538, 185);
|
||||
this.SNESGroupBox.TabIndex = 3;
|
||||
this.SNESGroupBox.TabStop = false;
|
||||
this.SNESGroupBox.Text = "Super Nintendo";
|
||||
//
|
||||
// label14
|
||||
//
|
||||
this.label14.AutoSize = true;
|
||||
this.label14.Location = new System.Drawing.Point(95, 164);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(423, 13);
|
||||
this.label14.TabIndex = 26;
|
||||
this.label14.Text = "sha256:6df209ab5d2524d1839c038be400ae5eb20dafc14a3771a3239cd9e8acd53806\t";
|
||||
//
|
||||
// label15
|
||||
//
|
||||
this.label15.AutoSize = true;
|
||||
this.label15.Location = new System.Drawing.Point(28, 164);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(53, 13);
|
||||
this.label15.TabIndex = 25;
|
||||
this.label15.Text = "st018.rom";
|
||||
//
|
||||
// ST018_ROM_PicBox
|
||||
//
|
||||
this.ST018_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.ST018_ROM_PicBox.Location = new System.Drawing.Point(6, 158);
|
||||
this.ST018_ROM_PicBox.Name = "ST018_ROM_PicBox";
|
||||
this.ST018_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.ST018_ROM_PicBox.TabIndex = 24;
|
||||
this.ST018_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// label12
|
||||
//
|
||||
this.label12.AutoSize = true;
|
||||
this.label12.Location = new System.Drawing.Point(95, 143);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(411, 13);
|
||||
this.label12.TabIndex = 23;
|
||||
this.label12.Text = "sha256:8b2b3f3f3e6e29f4d21d8bc736b400bc988b7d2214ebee15643f01c1fee2f364";
|
||||
//
|
||||
// label13
|
||||
//
|
||||
this.label13.AutoSize = true;
|
||||
this.label13.Location = new System.Drawing.Point(28, 143);
|
||||
this.label13.Name = "label13";
|
||||
this.label13.Size = new System.Drawing.Size(53, 13);
|
||||
this.label13.TabIndex = 22;
|
||||
this.label13.Text = "st011.rom";
|
||||
//
|
||||
// ST011_ROM_PicBox
|
||||
//
|
||||
this.ST011_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.ST011_ROM_PicBox.Location = new System.Drawing.Point(6, 137);
|
||||
this.ST011_ROM_PicBox.Name = "ST011_ROM_PicBox";
|
||||
this.ST011_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.ST011_ROM_PicBox.TabIndex = 21;
|
||||
this.ST011_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Location = new System.Drawing.Point(95, 122);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(420, 13);
|
||||
this.label10.TabIndex = 20;
|
||||
this.label10.Text = "sha256:fa9bced838fedea11c6f6ace33d1878024bdd0d02cc9485899d0bdd4015ec24c\t";
|
||||
//
|
||||
// label11
|
||||
//
|
||||
this.label11.AutoSize = true;
|
||||
this.label11.Location = new System.Drawing.Point(28, 122);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(53, 13);
|
||||
this.label11.TabIndex = 19;
|
||||
this.label11.Text = "st010.rom";
|
||||
//
|
||||
// ST010_ROM_PicBox
|
||||
//
|
||||
this.ST010_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.ST010_ROM_PicBox.Location = new System.Drawing.Point(6, 116);
|
||||
this.ST010_ROM_PicBox.Name = "ST010_ROM_PicBox";
|
||||
this.ST010_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.ST010_ROM_PicBox.TabIndex = 18;
|
||||
this.ST010_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(95, 102);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(414, 13);
|
||||
this.label8.TabIndex = 17;
|
||||
this.label8.Text = "sha256:752d03b2d74441e430b7f713001fa241f8bbcfc1a0d890ed4143f174dbe031da";
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(28, 102);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(50, 13);
|
||||
this.label9.TabIndex = 16;
|
||||
this.label9.Text = "dsp4.rom";
|
||||
//
|
||||
// DSP4_ROM_PicBox
|
||||
//
|
||||
this.DSP4_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.DSP4_ROM_PicBox.Location = new System.Drawing.Point(6, 96);
|
||||
this.DSP4_ROM_PicBox.Name = "DSP4_ROM_PicBox";
|
||||
this.DSP4_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.DSP4_ROM_PicBox.TabIndex = 15;
|
||||
this.DSP4_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(95, 82);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(420, 13);
|
||||
this.label6.TabIndex = 14;
|
||||
this.label6.Text = "sha256:0971b08f396c32e61989d1067dddf8e4b14649d548b2188f7c541b03d7c69e4e\t";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(28, 82);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(50, 13);
|
||||
this.label7.TabIndex = 13;
|
||||
this.label7.Text = "dsp3.rom";
|
||||
//
|
||||
// DSP3_ROM_PicBox
|
||||
//
|
||||
this.DSP3_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.DSP3_ROM_PicBox.Location = new System.Drawing.Point(6, 76);
|
||||
this.DSP3_ROM_PicBox.Name = "DSP3_ROM_PicBox";
|
||||
this.DSP3_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.DSP3_ROM_PicBox.TabIndex = 12;
|
||||
this.DSP3_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(95, 62);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(408, 13);
|
||||
this.label4.TabIndex = 11;
|
||||
this.label4.Text = "sha256:03ef4ef26c9f701346708cb5d07847b5203cf1b0818bf2930acd34510ffdd717";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(28, 62);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(50, 13);
|
||||
this.label5.TabIndex = 10;
|
||||
this.label5.Text = "dsp2.rom";
|
||||
//
|
||||
// DSP2_ROM_PicBox
|
||||
//
|
||||
this.DSP2_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.DSP2_ROM_PicBox.Location = new System.Drawing.Point(6, 56);
|
||||
this.DSP2_ROM_PicBox.Name = "DSP2_ROM_PicBox";
|
||||
this.DSP2_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.DSP2_ROM_PicBox.TabIndex = 9;
|
||||
this.DSP2_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(95, 41);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(423, 13);
|
||||
this.label2.TabIndex = 8;
|
||||
this.label2.Text = "sha256:d789cb3c36b05c0b23b6c6f23be7aa37c6e78b6ee9ceac8d2d2aa9d8c4d35fa9";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(27, 41);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(56, 13);
|
||||
this.label3.TabIndex = 7;
|
||||
this.label3.Text = "dsp1b.rom";
|
||||
//
|
||||
// DSP1B_ROM_PicBox
|
||||
//
|
||||
this.DSP1B_ROM_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.DSP1B_ROM_PicBox.Location = new System.Drawing.Point(6, 36);
|
||||
this.DSP1B_ROM_PicBox.Name = "DSP1B_ROM_PicBox";
|
||||
this.DSP1B_ROM_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.DSP1B_ROM_PicBox.TabIndex = 6;
|
||||
this.DSP1B_ROM_PicBox.TabStop = false;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(95, 19);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(414, 13);
|
||||
this.label1.TabIndex = 5;
|
||||
this.label1.Text = "sha256:ae8d4d1961b93421ff00b3caa1d0f0ce7783e749772a3369c36b3dbf0d37ef18";
|
||||
//
|
||||
// CX4_ROM_Label
|
||||
//
|
||||
this.CX4_ROM_Label.AutoSize = true;
|
||||
this.CX4_ROM_Label.Location = new System.Drawing.Point(28, 19);
|
||||
this.CX4_ROM_Label.Name = "CX4_ROM_Label";
|
||||
this.CX4_ROM_Label.Size = new System.Drawing.Size(44, 13);
|
||||
this.CX4_ROM_Label.TabIndex = 4;
|
||||
this.CX4_ROM_Label.Text = "cx4.rom";
|
||||
//
|
||||
// CX4_PicBox
|
||||
//
|
||||
this.CX4_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.CX4_PicBox.Location = new System.Drawing.Point(6, 16);
|
||||
this.CX4_PicBox.Name = "CX4_PicBox";
|
||||
this.CX4_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.CX4_PicBox.TabIndex = 3;
|
||||
this.CX4_PicBox.TabStop = false;
|
||||
//
|
||||
// SGBGroupBox
|
||||
//
|
||||
this.SGBGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGBGroupBox.Controls.Add(this.label16);
|
||||
this.SGBGroupBox.Controls.Add(this.label17);
|
||||
this.SGBGroupBox.Controls.Add(this.SGB_SFC_PicBox);
|
||||
this.SGBGroupBox.Location = new System.Drawing.Point(21, 256);
|
||||
this.SGBGroupBox.Name = "SGBGroupBox";
|
||||
this.SGBGroupBox.Size = new System.Drawing.Size(538, 55);
|
||||
this.SGBGroupBox.TabIndex = 4;
|
||||
this.SGBGroupBox.TabStop = false;
|
||||
this.SGBGroupBox.Text = "Super Gameboy";
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.Location = new System.Drawing.Point(95, 24);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(284, 13);
|
||||
this.label16.TabIndex = 29;
|
||||
this.label16.Text = "sha1:973E10840DB683CF3FAF61BD443090786B3A9F04";
|
||||
//
|
||||
// label17
|
||||
//
|
||||
this.label17.AutoSize = true;
|
||||
this.label17.Location = new System.Drawing.Point(28, 24);
|
||||
this.label17.Name = "label17";
|
||||
this.label17.Size = new System.Drawing.Size(41, 13);
|
||||
this.label17.TabIndex = 28;
|
||||
this.label17.Text = "sgb.sfc";
|
||||
//
|
||||
// SGB_SFC_PicBox
|
||||
//
|
||||
this.SGB_SFC_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.SGB_SFC_PicBox.Location = new System.Drawing.Point(6, 18);
|
||||
this.SGB_SFC_PicBox.Name = "SGB_SFC_PicBox";
|
||||
this.SGB_SFC_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.SGB_SFC_PicBox.TabIndex = 27;
|
||||
this.SGB_SFC_PicBox.TabStop = false;
|
||||
//
|
||||
// PCEGroupBox
|
||||
//
|
||||
this.PCEGroupBox.Controls.Add(this.label18);
|
||||
this.PCEGroupBox.Controls.Add(this.label19);
|
||||
this.PCEGroupBox.Controls.Add(this.PCEBios_PicBox);
|
||||
this.PCEGroupBox.Location = new System.Drawing.Point(21, 317);
|
||||
this.PCEGroupBox.Name = "PCEGroupBox";
|
||||
this.PCEGroupBox.Size = new System.Drawing.Size(538, 46);
|
||||
this.PCEGroupBox.TabIndex = 5;
|
||||
this.PCEGroupBox.TabStop = false;
|
||||
this.PCEGroupBox.Text = "PC Engine CD";
|
||||
//
|
||||
// label18
|
||||
//
|
||||
this.label18.AutoSize = true;
|
||||
this.label18.Location = new System.Drawing.Point(118, 20);
|
||||
this.label18.Name = "label18";
|
||||
this.label18.Size = new System.Drawing.Size(292, 13);
|
||||
this.label18.TabIndex = 32;
|
||||
this.label18.Text = "sha1:79F5FF55DD10187C7FD7B8DAAB0B3FFBD1F56A2C";
|
||||
//
|
||||
// label19
|
||||
//
|
||||
this.label19.AutoSize = true;
|
||||
this.label19.Location = new System.Drawing.Point(28, 20);
|
||||
this.label19.Name = "label19";
|
||||
this.label19.Size = new System.Drawing.Size(84, 13);
|
||||
this.label19.TabIndex = 31;
|
||||
this.label19.Text = "PCECDBios.pce";
|
||||
//
|
||||
// PCEBios_PicBox
|
||||
//
|
||||
this.PCEBios_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.PCEBios_PicBox.Location = new System.Drawing.Point(6, 14);
|
||||
this.PCEBios_PicBox.Name = "PCEBios_PicBox";
|
||||
this.PCEBios_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.PCEBios_PicBox.TabIndex = 30;
|
||||
this.PCEBios_PicBox.TabStop = false;
|
||||
//
|
||||
// SegaSaturnGroupBox
|
||||
//
|
||||
this.SegaSaturnGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label26);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label27);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.SegaSaturnBiosEUR_PicBox);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label24);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label25);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.SegaSaturnBiosv101JAP_PicBox);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label22);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label23);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.SegaSaturnBiosv1JAP_PicBox);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label20);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.label21);
|
||||
this.SegaSaturnGroupBox.Controls.Add(this.SegaSaturnBiosv1US_PicBox);
|
||||
this.SegaSaturnGroupBox.Location = new System.Drawing.Point(21, 369);
|
||||
this.SegaSaturnGroupBox.Name = "SegaSaturnGroupBox";
|
||||
this.SegaSaturnGroupBox.Size = new System.Drawing.Size(538, 110);
|
||||
this.SegaSaturnGroupBox.TabIndex = 6;
|
||||
this.SegaSaturnGroupBox.TabStop = false;
|
||||
this.SegaSaturnGroupBox.Text = "Sega Saturn";
|
||||
//
|
||||
// label26
|
||||
//
|
||||
this.label26.AutoSize = true;
|
||||
this.label26.Location = new System.Drawing.Point(201, 88);
|
||||
this.label26.Name = "label26";
|
||||
this.label26.Size = new System.Drawing.Size(264, 13);
|
||||
this.label26.TabIndex = 44;
|
||||
this.label26.Text = "sha1:df94c5b4d47eb3cc404d88b33a8fda237eaf4720";
|
||||
//
|
||||
// label27
|
||||
//
|
||||
this.label27.AutoSize = true;
|
||||
this.label27.Location = new System.Drawing.Point(28, 88);
|
||||
this.label27.Name = "label27";
|
||||
this.label27.Size = new System.Drawing.Size(143, 13);
|
||||
this.label27.TabIndex = 43;
|
||||
this.label27.Text = "Sega Saturn BIOS (EUR).bin";
|
||||
//
|
||||
// SegaSaturnBiosEUR_PicBox
|
||||
//
|
||||
this.SegaSaturnBiosEUR_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.SegaSaturnBiosEUR_PicBox.Location = new System.Drawing.Point(6, 82);
|
||||
this.SegaSaturnBiosEUR_PicBox.Name = "SegaSaturnBiosEUR_PicBox";
|
||||
this.SegaSaturnBiosEUR_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.SegaSaturnBiosEUR_PicBox.TabIndex = 42;
|
||||
this.SegaSaturnBiosEUR_PicBox.TabStop = false;
|
||||
//
|
||||
// label24
|
||||
//
|
||||
this.label24.AutoSize = true;
|
||||
this.label24.Location = new System.Drawing.Point(201, 67);
|
||||
this.label24.Name = "label24";
|
||||
this.label24.Size = new System.Drawing.Size(264, 13);
|
||||
this.label24.TabIndex = 41;
|
||||
this.label24.Text = "sha1:df94c5b4d47eb3cc404d88b33a8fda237eaf4720";
|
||||
//
|
||||
// label25
|
||||
//
|
||||
this.label25.AutoSize = true;
|
||||
this.label25.Location = new System.Drawing.Point(28, 67);
|
||||
this.label25.Name = "label25";
|
||||
this.label25.Size = new System.Drawing.Size(169, 13);
|
||||
this.label25.TabIndex = 40;
|
||||
this.label25.Text = "Sega Saturn BIOS v1.01 (JAP).bin";
|
||||
//
|
||||
// SegaSaturnBiosv101JAP_PicBox
|
||||
//
|
||||
this.SegaSaturnBiosv101JAP_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.SegaSaturnBiosv101JAP_PicBox.Location = new System.Drawing.Point(6, 61);
|
||||
this.SegaSaturnBiosv101JAP_PicBox.Name = "SegaSaturnBiosv101JAP_PicBox";
|
||||
this.SegaSaturnBiosv101JAP_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.SegaSaturnBiosv101JAP_PicBox.TabIndex = 39;
|
||||
this.SegaSaturnBiosv101JAP_PicBox.TabStop = false;
|
||||
//
|
||||
// label22
|
||||
//
|
||||
this.label22.AutoSize = true;
|
||||
this.label22.Location = new System.Drawing.Point(199, 45);
|
||||
this.label22.Name = "label22";
|
||||
this.label22.Size = new System.Drawing.Size(267, 13);
|
||||
this.label22.TabIndex = 38;
|
||||
this.label22.Text = "sha1:2b8cb4f87580683eb4d760e4ed210813d667f0a2";
|
||||
//
|
||||
// label23
|
||||
//
|
||||
this.label23.AutoSize = true;
|
||||
this.label23.Location = new System.Drawing.Point(28, 45);
|
||||
this.label23.Name = "label23";
|
||||
this.label23.Size = new System.Drawing.Size(169, 13);
|
||||
this.label23.TabIndex = 37;
|
||||
this.label23.Text = "Sega Saturn BIOS v1.00 (JAP).bin";
|
||||
//
|
||||
// SegaSaturnBiosv1JAP_PicBox
|
||||
//
|
||||
this.SegaSaturnBiosv1JAP_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.SegaSaturnBiosv1JAP_PicBox.Location = new System.Drawing.Point(6, 39);
|
||||
this.SegaSaturnBiosv1JAP_PicBox.Name = "SegaSaturnBiosv1JAP_PicBox";
|
||||
this.SegaSaturnBiosv1JAP_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.SegaSaturnBiosv1JAP_PicBox.TabIndex = 36;
|
||||
this.SegaSaturnBiosv1JAP_PicBox.TabStop = false;
|
||||
//
|
||||
// label20
|
||||
//
|
||||
this.label20.AutoSize = true;
|
||||
this.label20.Location = new System.Drawing.Point(199, 24);
|
||||
this.label20.Name = "label20";
|
||||
this.label20.Size = new System.Drawing.Size(267, 13);
|
||||
this.label20.TabIndex = 35;
|
||||
this.label20.Text = "sha1:2b8cb4f87580683eb4d760e4ed210813d667f0a2";
|
||||
//
|
||||
// label21
|
||||
//
|
||||
this.label21.AutoSize = true;
|
||||
this.label21.Location = new System.Drawing.Point(28, 24);
|
||||
this.label21.Name = "label21";
|
||||
this.label21.Size = new System.Drawing.Size(165, 13);
|
||||
this.label21.TabIndex = 34;
|
||||
this.label21.Text = "Sega Saturn BIOS v1.00 (US).bin";
|
||||
//
|
||||
// SegaSaturnBiosv1US_PicBox
|
||||
//
|
||||
this.SegaSaturnBiosv1US_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.SegaSaturnBiosv1US_PicBox.Location = new System.Drawing.Point(6, 18);
|
||||
this.SegaSaturnBiosv1US_PicBox.Name = "SegaSaturnBiosv1US_PicBox";
|
||||
this.SegaSaturnBiosv1US_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.SegaSaturnBiosv1US_PicBox.TabIndex = 33;
|
||||
this.SegaSaturnBiosv1US_PicBox.TabStop = false;
|
||||
//
|
||||
// Atari7800GroupBox
|
||||
//
|
||||
this.Atari7800GroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Atari7800GroupBox.Controls.Add(this.label28);
|
||||
this.Atari7800GroupBox.Controls.Add(this.label33);
|
||||
this.Atari7800GroupBox.Controls.Add(this.label29);
|
||||
this.Atari7800GroupBox.Controls.Add(this.A78HighScore_PicBox);
|
||||
this.Atari7800GroupBox.Controls.Add(this.A78PAL_PicBox);
|
||||
this.Atari7800GroupBox.Controls.Add(this.label32);
|
||||
this.Atari7800GroupBox.Controls.Add(this.label30);
|
||||
this.Atari7800GroupBox.Controls.Add(this.A78NTSC_PicBox);
|
||||
this.Atari7800GroupBox.Controls.Add(this.label31);
|
||||
this.Atari7800GroupBox.Location = new System.Drawing.Point(21, 485);
|
||||
this.Atari7800GroupBox.Name = "Atari7800GroupBox";
|
||||
this.Atari7800GroupBox.Size = new System.Drawing.Size(538, 77);
|
||||
this.Atari7800GroupBox.TabIndex = 7;
|
||||
this.Atari7800GroupBox.TabStop = false;
|
||||
this.Atari7800GroupBox.Text = "Atari 7800";
|
||||
//
|
||||
// label28
|
||||
//
|
||||
this.label28.AutoSize = true;
|
||||
this.label28.Location = new System.Drawing.Point(205, 59);
|
||||
this.label28.Name = "label28";
|
||||
this.label28.Size = new System.Drawing.Size(286, 13);
|
||||
this.label28.TabIndex = 53;
|
||||
this.label28.Text = "sha1:5A140136A16D1D83E4FF32A19409CA376A8DF874";
|
||||
//
|
||||
// label33
|
||||
//
|
||||
this.label33.AutoSize = true;
|
||||
this.label33.Location = new System.Drawing.Point(32, 16);
|
||||
this.label33.Name = "label33";
|
||||
this.label33.Size = new System.Drawing.Size(94, 13);
|
||||
this.label33.TabIndex = 46;
|
||||
this.label33.Text = "7800highscore.bin";
|
||||
//
|
||||
// label29
|
||||
//
|
||||
this.label29.AutoSize = true;
|
||||
this.label29.Location = new System.Drawing.Point(32, 59);
|
||||
this.label29.Name = "label29";
|
||||
this.label29.Size = new System.Drawing.Size(93, 13);
|
||||
this.label29.TabIndex = 52;
|
||||
this.label29.Text = "7800PALBIOS.bin";
|
||||
//
|
||||
// A78HighScore_PicBox
|
||||
//
|
||||
this.A78HighScore_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.A78HighScore_PicBox.Location = new System.Drawing.Point(10, 10);
|
||||
this.A78HighScore_PicBox.Name = "A78HighScore_PicBox";
|
||||
this.A78HighScore_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.A78HighScore_PicBox.TabIndex = 45;
|
||||
this.A78HighScore_PicBox.TabStop = false;
|
||||
//
|
||||
// A78PAL_PicBox
|
||||
//
|
||||
this.A78PAL_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.A78PAL_PicBox.Location = new System.Drawing.Point(10, 53);
|
||||
this.A78PAL_PicBox.Name = "A78PAL_PicBox";
|
||||
this.A78PAL_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.A78PAL_PicBox.TabIndex = 51;
|
||||
this.A78PAL_PicBox.TabStop = false;
|
||||
//
|
||||
// label32
|
||||
//
|
||||
this.label32.AutoSize = true;
|
||||
this.label32.Location = new System.Drawing.Point(203, 16);
|
||||
this.label32.Name = "label32";
|
||||
this.label32.Size = new System.Drawing.Size(284, 13);
|
||||
this.label32.TabIndex = 47;
|
||||
this.label32.Text = "sha1:A3AF676991391A6DD716C79022D4947206B78164";
|
||||
//
|
||||
// label30
|
||||
//
|
||||
this.label30.AutoSize = true;
|
||||
this.label30.Location = new System.Drawing.Point(203, 37);
|
||||
this.label30.Name = "label30";
|
||||
this.label30.Size = new System.Drawing.Size(288, 13);
|
||||
this.label30.TabIndex = 50;
|
||||
this.label30.Text = "sha1:D9D134BB6B36907C615A594CC7688F7BFCEF5B43";
|
||||
//
|
||||
// A78NTSC_PicBox
|
||||
//
|
||||
this.A78NTSC_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.A78NTSC_PicBox.Location = new System.Drawing.Point(10, 31);
|
||||
this.A78NTSC_PicBox.Name = "A78NTSC_PicBox";
|
||||
this.A78NTSC_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.A78NTSC_PicBox.TabIndex = 48;
|
||||
this.A78NTSC_PicBox.TabStop = false;
|
||||
//
|
||||
// label31
|
||||
//
|
||||
this.label31.AutoSize = true;
|
||||
this.label31.Location = new System.Drawing.Point(32, 37);
|
||||
this.label31.Name = "label31";
|
||||
this.label31.Size = new System.Drawing.Size(102, 13);
|
||||
this.label31.TabIndex = 49;
|
||||
this.label31.Text = "7800NTSCBIOS.bin";
|
||||
//
|
||||
// ScanBtn
|
||||
//
|
||||
this.ScanBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ScanBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ScanBtn.Location = new System.Drawing.Point(403, 755);
|
||||
this.ScanBtn.Name = "ScanBtn";
|
||||
this.ScanBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.ScanBtn.TabIndex = 8;
|
||||
this.ScanBtn.Text = "&Scan";
|
||||
this.ScanBtn.UseVisualStyleBackColor = true;
|
||||
this.ScanBtn.Click += new System.EventHandler(this.ScanBtn_Click);
|
||||
//
|
||||
// ColecovisionGroupBox
|
||||
//
|
||||
this.ColecovisionGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ColecovisionGroupBox.Controls.Add(this.label34);
|
||||
this.ColecovisionGroupBox.Controls.Add(this.label35);
|
||||
this.ColecovisionGroupBox.Controls.Add(this.ColecoBios_PicBox);
|
||||
this.ColecovisionGroupBox.Location = new System.Drawing.Point(21, 568);
|
||||
this.ColecovisionGroupBox.Name = "ColecovisionGroupBox";
|
||||
this.ColecovisionGroupBox.Size = new System.Drawing.Size(538, 46);
|
||||
this.ColecovisionGroupBox.TabIndex = 33;
|
||||
this.ColecovisionGroupBox.TabStop = false;
|
||||
this.ColecovisionGroupBox.Text = "Colecovision";
|
||||
//
|
||||
// label34
|
||||
//
|
||||
this.label34.AutoSize = true;
|
||||
this.label34.Location = new System.Drawing.Point(193, 16);
|
||||
this.label34.Name = "label34";
|
||||
this.label34.Size = new System.Drawing.Size(294, 13);
|
||||
this.label34.TabIndex = 32;
|
||||
this.label34.Text = "sha1:45BEDC4CBDEAC66C7DF59E9E599195C778D86A92";
|
||||
//
|
||||
// label35
|
||||
//
|
||||
this.label35.AutoSize = true;
|
||||
this.label35.Location = new System.Drawing.Point(28, 20);
|
||||
this.label35.Name = "label35";
|
||||
this.label35.Size = new System.Drawing.Size(77, 13);
|
||||
this.label35.TabIndex = 31;
|
||||
this.label35.Text = "ColecoBios.bin";
|
||||
//
|
||||
// ColecoBios_PicBox
|
||||
//
|
||||
this.ColecoBios_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.ColecoBios_PicBox.Location = new System.Drawing.Point(6, 14);
|
||||
this.ColecoBios_PicBox.Name = "ColecoBios_PicBox";
|
||||
this.ColecoBios_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.ColecoBios_PicBox.TabIndex = 30;
|
||||
this.ColecoBios_PicBox.TabStop = false;
|
||||
//
|
||||
// GBAGroupBox
|
||||
//
|
||||
this.GBAGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBAGroupBox.Controls.Add(this.label36);
|
||||
this.GBAGroupBox.Controls.Add(this.label37);
|
||||
this.GBAGroupBox.Controls.Add(this.GBABios_PicBox);
|
||||
this.GBAGroupBox.Location = new System.Drawing.Point(21, 620);
|
||||
this.GBAGroupBox.Name = "GBAGroupBox";
|
||||
this.GBAGroupBox.Size = new System.Drawing.Size(538, 46);
|
||||
this.GBAGroupBox.TabIndex = 34;
|
||||
this.GBAGroupBox.TabStop = false;
|
||||
this.GBAGroupBox.Text = "Gameboy Advance";
|
||||
//
|
||||
// label36
|
||||
//
|
||||
this.label36.AutoSize = true;
|
||||
this.label36.Location = new System.Drawing.Point(193, 16);
|
||||
this.label36.Name = "label36";
|
||||
this.label36.Size = new System.Drawing.Size(287, 13);
|
||||
this.label36.TabIndex = 32;
|
||||
this.label36.Text = "sha1:300C20DF6731A33952DED8C436F7F186D25D3492";
|
||||
//
|
||||
// label37
|
||||
//
|
||||
this.label37.AutoSize = true;
|
||||
this.label37.Location = new System.Drawing.Point(28, 20);
|
||||
this.label37.Name = "label37";
|
||||
this.label37.Size = new System.Drawing.Size(64, 13);
|
||||
this.label37.TabIndex = 31;
|
||||
this.label37.Text = "gbabios.rom";
|
||||
//
|
||||
// GBABios_PicBox
|
||||
//
|
||||
this.GBABios_PicBox.Image = global::BizHawk.MultiClient.Properties.Resources.GreenCheck;
|
||||
this.GBABios_PicBox.Location = new System.Drawing.Point(6, 14);
|
||||
this.GBABios_PicBox.Name = "GBABios_PicBox";
|
||||
this.GBABios_PicBox.Size = new System.Drawing.Size(15, 19);
|
||||
this.GBABios_PicBox.TabIndex = 30;
|
||||
this.GBABios_PicBox.TabStop = false;
|
||||
//
|
||||
// FirmwaresConfig
|
||||
//
|
||||
this.AcceptButton = this.CloseBtn;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.CloseBtn;
|
||||
this.ClientSize = new System.Drawing.Size(571, 790);
|
||||
this.Controls.Add(this.GBAGroupBox);
|
||||
this.Controls.Add(this.ColecovisionGroupBox);
|
||||
this.Controls.Add(this.ScanBtn);
|
||||
this.Controls.Add(this.Atari7800GroupBox);
|
||||
this.Controls.Add(this.SegaSaturnGroupBox);
|
||||
this.Controls.Add(this.PCEGroupBox);
|
||||
this.Controls.Add(this.SGBGroupBox);
|
||||
this.Controls.Add(this.SNESGroupBox);
|
||||
this.Controls.Add(this.FamicomGroupbox);
|
||||
this.Controls.Add(this.CloseBtn);
|
||||
this.Name = "FirmwaresConfig";
|
||||
this.ShowIcon = false;
|
||||
this.Text = "Firmwares";
|
||||
this.Load += new System.EventHandler(this.FirmwaresConfig_Load);
|
||||
this.FamicomGroupbox.ResumeLayout(false);
|
||||
this.FamicomGroupbox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Disksys_ROM_PicBox)).EndInit();
|
||||
this.SNESGroupBox.ResumeLayout(false);
|
||||
this.SNESGroupBox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ST018_ROM_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ST011_ROM_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ST010_ROM_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP4_ROM_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP3_ROM_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP2_ROM_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DSP1B_ROM_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.CX4_PicBox)).EndInit();
|
||||
this.SGBGroupBox.ResumeLayout(false);
|
||||
this.SGBGroupBox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SGB_SFC_PicBox)).EndInit();
|
||||
this.PCEGroupBox.ResumeLayout(false);
|
||||
this.PCEGroupBox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.PCEBios_PicBox)).EndInit();
|
||||
this.SegaSaturnGroupBox.ResumeLayout(false);
|
||||
this.SegaSaturnGroupBox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosEUR_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosv101JAP_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosv1JAP_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SegaSaturnBiosv1US_PicBox)).EndInit();
|
||||
this.Atari7800GroupBox.ResumeLayout(false);
|
||||
this.Atari7800GroupBox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.A78HighScore_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.A78PAL_PicBox)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.A78NTSC_PicBox)).EndInit();
|
||||
this.ColecovisionGroupBox.ResumeLayout(false);
|
||||
this.ColecovisionGroupBox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ColecoBios_PicBox)).EndInit();
|
||||
this.GBAGroupBox.ResumeLayout(false);
|
||||
this.GBAGroupBox.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GBABios_PicBox)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button CloseBtn;
|
||||
private System.Windows.Forms.GroupBox FamicomGroupbox;
|
||||
private System.Windows.Forms.Label Disksys_Rom_Has_Label;
|
||||
private System.Windows.Forms.Label Disksys_Rom_Label;
|
||||
private System.Windows.Forms.PictureBox Disksys_ROM_PicBox;
|
||||
private System.Windows.Forms.GroupBox SNESGroupBox;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.PictureBox DSP3_ROM_PicBox;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.PictureBox DSP2_ROM_PicBox;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.PictureBox DSP1B_ROM_PicBox;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label CX4_ROM_Label;
|
||||
private System.Windows.Forms.PictureBox CX4_PicBox;
|
||||
private System.Windows.Forms.GroupBox SGBGroupBox;
|
||||
private System.Windows.Forms.GroupBox PCEGroupBox;
|
||||
private System.Windows.Forms.GroupBox SegaSaturnGroupBox;
|
||||
private System.Windows.Forms.GroupBox Atari7800GroupBox;
|
||||
private System.Windows.Forms.Label label14;
|
||||
private System.Windows.Forms.Label label15;
|
||||
private System.Windows.Forms.PictureBox ST018_ROM_PicBox;
|
||||
private System.Windows.Forms.Label label12;
|
||||
private System.Windows.Forms.Label label13;
|
||||
private System.Windows.Forms.PictureBox ST011_ROM_PicBox;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.Label label11;
|
||||
private System.Windows.Forms.PictureBox ST010_ROM_PicBox;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.PictureBox DSP4_ROM_PicBox;
|
||||
private System.Windows.Forms.Label label16;
|
||||
private System.Windows.Forms.Label label17;
|
||||
private System.Windows.Forms.PictureBox SGB_SFC_PicBox;
|
||||
private System.Windows.Forms.Label label18;
|
||||
private System.Windows.Forms.Label label19;
|
||||
private System.Windows.Forms.PictureBox PCEBios_PicBox;
|
||||
private System.Windows.Forms.Label label22;
|
||||
private System.Windows.Forms.Label label23;
|
||||
private System.Windows.Forms.PictureBox SegaSaturnBiosv1JAP_PicBox;
|
||||
private System.Windows.Forms.Label label20;
|
||||
private System.Windows.Forms.Label label21;
|
||||
private System.Windows.Forms.PictureBox SegaSaturnBiosv1US_PicBox;
|
||||
private System.Windows.Forms.Label label26;
|
||||
private System.Windows.Forms.Label label27;
|
||||
private System.Windows.Forms.PictureBox SegaSaturnBiosEUR_PicBox;
|
||||
private System.Windows.Forms.Label label24;
|
||||
private System.Windows.Forms.Label label25;
|
||||
private System.Windows.Forms.PictureBox SegaSaturnBiosv101JAP_PicBox;
|
||||
private System.Windows.Forms.Label label28;
|
||||
private System.Windows.Forms.Label label33;
|
||||
private System.Windows.Forms.Label label29;
|
||||
private System.Windows.Forms.PictureBox A78HighScore_PicBox;
|
||||
private System.Windows.Forms.PictureBox A78PAL_PicBox;
|
||||
private System.Windows.Forms.Label label32;
|
||||
private System.Windows.Forms.Label label30;
|
||||
private System.Windows.Forms.PictureBox A78NTSC_PicBox;
|
||||
private System.Windows.Forms.Label label31;
|
||||
private System.Windows.Forms.Button ScanBtn;
|
||||
private System.Windows.Forms.GroupBox ColecovisionGroupBox;
|
||||
private System.Windows.Forms.Label label34;
|
||||
private System.Windows.Forms.Label label35;
|
||||
private System.Windows.Forms.PictureBox ColecoBios_PicBox;
|
||||
private System.Windows.Forms.GroupBox GBAGroupBox;
|
||||
private System.Windows.Forms.Label label36;
|
||||
private System.Windows.Forms.Label label37;
|
||||
private System.Windows.Forms.PictureBox GBABios_PicBox;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,48 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace BizHawk.MultiClient
|
||||
{
|
||||
public partial class FirmwaresConfig : Form
|
||||
{
|
||||
//TODO: commodore 64, intellivision
|
||||
|
||||
|
||||
|
||||
public FirmwaresConfig()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void CloseBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
Close();
|
||||
}
|
||||
|
||||
private void FirmwaresConfig_Load(object sender, EventArgs e)
|
||||
{
|
||||
DoScan();
|
||||
}
|
||||
|
||||
private void ScanBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
DoScan();
|
||||
}
|
||||
|
||||
private void DoScan()
|
||||
{
|
||||
string p = Global.Config.FirmwaresPath;
|
||||
FileInfo file;
|
||||
|
||||
file = new FileInfo(Path.Combine(p, Global.Config.FilenameFDSBios));
|
||||
if (file.Exists) Disksys_ROM_PicBox.Image = MultiClient.Properties.Resources.GreenCheck; else Disksys_ROM_PicBox.Image = MultiClient.Properties.Resources.ExclamationRed;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,120 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
Loading…
Reference in New Issue