From c0c13f3dc61cf6ade4a314b22a636f2827613f43 Mon Sep 17 00:00:00 2001 From: Maximilien Noal Date: Sat, 27 Jun 2026 09:53:11 +0200 Subject: [PATCH 1/2] refactor: remove unused parameter --- src/Spice86.Core/Emulator/ProgramBootstrapper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Spice86.Core/Emulator/ProgramBootstrapper.cs b/src/Spice86.Core/Emulator/ProgramBootstrapper.cs index b75fdfd8cd..2a38ee5171 100644 --- a/src/Spice86.Core/Emulator/ProgramBootstrapper.cs +++ b/src/Spice86.Core/Emulator/ProgramBootstrapper.cs @@ -55,7 +55,7 @@ public void LoadInitialProgram() { executableFileName, isDosProgram); } - ExecutableFileLoader loader = CreateLoader(executableFileName, isDosProgram, upperCaseExtension); + ExecutableFileLoader loader = CreateLoader(isDosProgram, upperCaseExtension); try { if (_configuration.InitializeDOS is null) { @@ -72,7 +72,7 @@ public void LoadInitialProgram() { } } - private ExecutableFileLoader CreateLoader(string executableFileName, bool isDosProgram, string upperCaseExtension) { + private ExecutableFileLoader CreateLoader(bool isDosProgram, string upperCaseExtension) { if (!isDosProgram) { return new BiosLoader(_memory, _state, _loggerService); } From 83129ebb2ec9d08439dc6a28b757fa6c025d54b0 Mon Sep 17 00:00:00 2001 From: Maximilien Noal Date: Sat, 27 Jun 2026 10:17:39 +0200 Subject: [PATCH 2/2] chore: Remade UI layout in MainWindow to be less cramped --- src/Spice86/Views/MainWindow.axaml | 168 ++++++++++++++--------------- 1 file changed, 81 insertions(+), 87 deletions(-) diff --git a/src/Spice86/Views/MainWindow.axaml b/src/Spice86/Views/MainWindow.axaml index 785648f2fa..182d529564 100644 --- a/src/Spice86/Views/MainWindow.axaml +++ b/src/Spice86/Views/MainWindow.axaml @@ -35,7 +35,7 @@ - + @@ -49,75 +49,77 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - @@ -204,16 +206,6 @@ - - - - - - - - @@ -226,10 +218,12 @@ + + - +