A commit to resync the repository

This commit is contained in:
2026-05-21 16:34:24 +01:00
parent cd5e18a2ac
commit 9316a16ab9

View File

@@ -24,7 +24,7 @@ namespace Desktop
private string _currentRomName = "No ROM";
private string _currentRomPath = "";
private Stopwatch _stopwatch = new Stopwatch();
private string _romType = "";
private string _romType = "TBC";
private bool isTurboMode = false;
public bool IsRunning { get; private set; } = false;
@@ -53,7 +53,7 @@ namespace Desktop
{
base.OnLoad(e);
this.Text = $"Parsons Master System 2026 - {_currentRomName}";
this.Text = $"{_romType} Parsons Master System 2026 - {_currentRomName}";
this.BackColor = Color.Black;
_machine = new SmsMachine();