mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update CHCP and config ref etc
This commit is contained in:
@@ -704,6 +704,8 @@ vtext2 = xga
|
||||
# use triple buffering and thus won't flicker.
|
||||
#
|
||||
# vmemsizekb: Amount of video memory in kilobytes, in addition to vmemsize.
|
||||
# vbe window granularity: Controls VESA BIOS non-linear framebuffer window granularity in KB. This affects ONLY the VESA BIOS extensions. Set 0 to functional normally.
|
||||
# vbe window size: Controls VESA BIOS non-linear framebuffer window size in KB. This affects ONLY the VESA BIOS extensions. Set 0 to functional normally.
|
||||
# enable 8-bit dac: If set, allow VESA BIOS calls in IBM PC mode to set DAC width. Has no effect in PC-98 mode.
|
||||
# high intensity blinking: Set to false if you want to see high-intensity background colors instead of blinking foreground text.
|
||||
# This option has no effect in PC-98 and some other video modes.
|
||||
@@ -869,6 +871,8 @@ vtext2 = xga
|
||||
vmemdelay = 0
|
||||
vmemsize = -1
|
||||
vmemsizekb = 0
|
||||
vbe window granularity = 0
|
||||
vbe window size = 0
|
||||
enable 8-bit dac = true
|
||||
high intensity blinking = true
|
||||
svga lfb base = 0
|
||||
@@ -2051,6 +2055,7 @@ timeout = 0
|
||||
# int15 mouse callback does not preserve registers: Set to true if the guest OS or DOS program assigns an INT 15h mouse callback,
|
||||
# but does not properly preserve CPU registers. Diagnostic function only (default off).
|
||||
# keyboardlayout: Language code of the keyboard layout (or none).
|
||||
# customcodepage: Set a custom code page for CHCP command and specify a SBCS code page file.
|
||||
# dbcs: Enable DBCS table and Chinese, Japanese, Korean support for the TrueType font (TTF) output.
|
||||
# CAUTION: Some software will crash without the DBCS table, including the Open Watcom installer.
|
||||
# filenamechar: Enable filename char table
|
||||
@@ -2138,6 +2143,7 @@ biosps2 = true
|
||||
int15 wait force unmask irq = true
|
||||
int15 mouse callback does not preserve registers = false
|
||||
keyboardlayout = auto
|
||||
customcodepage =
|
||||
dbcs = true
|
||||
filenamechar = true
|
||||
collating and uppercase = true
|
||||
|
Reference in New Issue
Block a user