diff --git a/CHANGELOG b/CHANGELOG index 241aea72e..a1fa6c9b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,7 @@ options in addition to the descriptions. (Wengier) - Updated the MMX patch code by kekko. (Wengier) - 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" -> "Debugging options") to save the current logging content to the specified file. (Wengier) @@ -24,6 +24,8 @@ if the start is not a multiple of the ratio of logical to physical sector size. This allows the 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 in the INT15 handler that prevented 3rd party mouse drivers from detecting the PS/2 mouse. diff --git a/contrib/windows/installer/dosbox-x.reference.setup.conf b/contrib/windows/installer/dosbox-x.reference.setup.conf index bf75c4f00..6e188904a 100644 --- a/contrib/windows/installer/dosbox-x.reference.setup.conf +++ b/contrib/windows/installer/dosbox-x.reference.setup.conf @@ -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. # 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:# 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:# 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. diff --git a/dosbox-x.reference.full.conf b/dosbox-x.reference.full.conf index 0505f7ddf..7897e2769 100644 --- a/dosbox-x.reference.full.conf +++ b/dosbox-x.reference.full.conf @@ -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. # 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. +# 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. # 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.