mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
update config ref
This commit is contained in:
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user