update config ref

This commit is contained in:
Wengier
2021-03-14 12:06:10 -04:00
parent 93bf2f3e1f
commit 032cf08cbd
3 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
options in addition to the descriptions. (Wengier) options in addition to the descriptions. (Wengier)
- Updated the MMX patch code by kekko. (Wengier) - Updated the MMX patch code by kekko. (Wengier)
- Improved the compatibility of AUTOTYPE command with - Improved the compatibility of AUTOTYPE command with
the game Asterix & Obelix. (Wengier) games like Asterix & Obelix. (Wengier)
- Added menu item "Save logging as..." (under "Help" - Added menu item "Save logging as..." (under "Help"
-> "Debugging options") to save the current logging -> "Debugging options") to save the current logging
content to the specified file. (Wengier) content to the specified file. (Wengier)
@@ -24,6 +24,8 @@
if the start is not a multiple of the ratio of if the start is not a multiple of the ratio of
logical to physical sector size. This allows the logical to physical sector size. This allows the
HDI image of Dragon Knight 4 to mount. HDI image of Dragon Knight 4 to mount.
- Fixed Windows 9x installation failures caused by
FAT driver changes in the previous version.
- Fixed well-intended but erroneous fall through case - Fixed well-intended but erroneous fall through case
in the INT15 handler that prevented 3rd party mouse in the INT15 handler that prevented 3rd party mouse
drivers from detecting the PS/2 mouse. drivers from detecting the PS/2 mouse.

View File

@@ -841,6 +841,7 @@ pc-98 force ibm keyboard layout = false
# For example, WP6 will set the word processor as WordPerfect 6, and XY4 will set the word processor as XyWrite 4. # For example, WP6 will set the word processor as WordPerfect 6, and XY4 will set the word processor as XyWrite 4.
# Word processor-specific features like on-screen text styles and 512-character font will be enabled based on this. # Word processor-specific features like on-screen text styles and 512-character font will be enabled based on this.
#DOSBOX-X-ADV:# ttf.wpbg: You can optionally specify a color to match the background color of the specified word processor for the TTF output. #DOSBOX-X-ADV:# ttf.wpbg: You can optionally specify a color to match the background color of the specified word processor for the TTF output.
#DOSBOX-X-ADV:# Use the DOS color number (0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Yellow, 7=White, etc) for this.
#DOSBOX-X-ADV:# ttf.bold: If set, DOSBox-X will display bold text in visually (requires a word processor be set) for the TTF output. #DOSBOX-X-ADV:# ttf.bold: If set, DOSBox-X will display bold text in visually (requires a word processor be set) for the TTF output.
#DOSBOX-X-ADV:# This is done either with the actual bold font specified by the ttf.fontbold option, or by making it bold automatically. #DOSBOX-X-ADV:# This is done either with the actual bold font specified by the ttf.fontbold option, or by making it bold automatically.
#DOSBOX-X-ADV:# ttf.italic: If set, DOSBox-X will display italicized text visually (requires a word processor be set) for the TTF output. #DOSBOX-X-ADV:# ttf.italic: If set, DOSBox-X will display italicized text visually (requires a word processor be set) for the TTF output.

View File

@@ -841,6 +841,7 @@ pc-98 show graphics layer on initialize = true
# For example, WP6 will set the word processor as WordPerfect 6, and XY4 will set the word processor as XyWrite 4. # For example, WP6 will set the word processor as WordPerfect 6, and XY4 will set the word processor as XyWrite 4.
# Word processor-specific features like on-screen text styles and 512-character font will be enabled based on this. # Word processor-specific features like on-screen text styles and 512-character font will be enabled based on this.
# ttf.wpbg: You can optionally specify a color to match the background color of the specified word processor for the TTF output. # ttf.wpbg: You can optionally specify a color to match the background color of the specified word processor for the TTF output.
# Use the DOS color number (0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Yellow, 7=White, etc) for this.
# ttf.bold: If set, DOSBox-X will display bold text in visually (requires a word processor be set) for the TTF output. # ttf.bold: If set, DOSBox-X will display bold text in visually (requires a word processor be set) for the TTF output.
# This is done either with the actual bold font specified by the ttf.fontbold option, or by making it bold automatically. # This is done either with the actual bold font specified by the ttf.fontbold option, or by making it bold automatically.
# ttf.italic: If set, DOSBox-X will display italicized text visually (requires a word processor be set) for the TTF output. # ttf.italic: If set, DOSBox-X will display italicized text visually (requires a word processor be set) for the TTF output.