Skip to content

Commit

Permalink
Set default bochs display_library back to win32
Browse files Browse the repository at this point in the history
  • Loading branch information
quajak authored May 14, 2019
1 parent 747f4d0 commit 2837332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Cosmos.Debug.Hosts/Bochs.Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private void InitializeKeyValues()
string BochsDirectory = Path.GetDirectoryName(BochsSupport.BochsExe.FullName);
string default_configuration = "# configuration file generated by Bochs\n"
+ "plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, gameport=1\n"
+ "config_interface: win32config\n" + "display_library: nogui" + debugGui + "\n"
+ "config_interface: win32config\n" + "display_library: win32" + debugGui + "\n"
+ "debug_symbols: file=\"%DEBUGSYMBOLSPATH%\"\n"
+ "memory: host=256, guest=256\n" + "romimage: file=\"" + BochsDirectory
+ "/BIOS-bochs-latest\"\n" + "vgaromimage: file=\"" + BochsDirectory
Expand Down

0 comments on commit 2837332

Please sign in to comment.