diff --git a/Desktop/Form1.cs b/Desktop/Form1.cs index 111a9ce..b07ad16 100644 --- a/Desktop/Form1.cs +++ b/Desktop/Form1.cs @@ -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();