diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-17 17:33:36 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-17 17:33:36 +0100 |
| commit | f15d9d64b0aa361085a607986d68f239ee497d2d (patch) | |
| tree | 17bbf315a8d994cda368cb5d3ad2708118cd6326 /bochs | |
| parent | 760182314b03f07cf423b95f0d3c444406b02c6b (diff) | |
swtiched back to x display in bochs config
Diffstat (limited to 'bochs')
| -rw-r--r-- | bochs/bochsrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bochs/bochsrc b/bochs/bochsrc index 870e59c..e2f0282 100644 --- a/bochs/bochsrc +++ b/bochs/bochsrc @@ -56,9 +56,9 @@ #display_library: term #display_library: wx #display_library: x, options="hideIPS" # disable IPS output in status bar -#display_library: x, options="gui_debug" # use GTK debugger gui -display_library: x - +display_library: x, options="gui_debug" # use GTK debugger gui +#display_library: x +# #======================================================================= # ROMIMAGE: |
