A commit to resync the repository
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Desktop
|
|||||||
private string _currentRomName = "No ROM";
|
private string _currentRomName = "No ROM";
|
||||||
private string _currentRomPath = "";
|
private string _currentRomPath = "";
|
||||||
private Stopwatch _stopwatch = new Stopwatch();
|
private Stopwatch _stopwatch = new Stopwatch();
|
||||||
private string _romType = "";
|
private string _romType = "TBC";
|
||||||
private bool isTurboMode = false;
|
private bool isTurboMode = false;
|
||||||
public bool IsRunning { get; private set; } = false;
|
public bool IsRunning { get; private set; } = false;
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ namespace Desktop
|
|||||||
{
|
{
|
||||||
base.OnLoad(e);
|
base.OnLoad(e);
|
||||||
|
|
||||||
this.Text = $"Parsons Master System 2026 - {_currentRomName}";
|
this.Text = $"{_romType} Parsons Master System 2026 - {_currentRomName}";
|
||||||
|
|
||||||
this.BackColor = Color.Black;
|
this.BackColor = Color.Black;
|
||||||
_machine = new SmsMachine();
|
_machine = new SmsMachine();
|
||||||
|
|||||||
Reference in New Issue
Block a user