mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update config ref
This commit is contained in:
@@ -684,6 +684,7 @@ pc-98 show graphics layer on initialize = true
|
||||
# vtext2: V-text screen mode 2 for the DOS/V emulation. Set "machine=svga_et4000" for all available options; enter command "VTEXT 2" for this mode.
|
||||
# Possible values: xga, xga24, sxga, sxga24, svga.
|
||||
# use20pixelfont: Enables 20 pixel font will be used instead of the 24 pixel system font for the Japanese DOS/V emulation (with V-text enabled).
|
||||
# j3100: With dosv=jp and this option enabled, the Toshiba J-3100 will be emulated.
|
||||
dosv = off
|
||||
getsysfont = true
|
||||
fontxsbcs =
|
||||
@@ -698,6 +699,7 @@ fepcontrol = both
|
||||
vtext1 = svga
|
||||
vtext2 = xga
|
||||
use20pixelfont = false
|
||||
j3100 = false
|
||||
|
||||
[video]
|
||||
# vmemdelay: VGA Memory I/O delay in nanoseconds. Set to -1 to use default, 0 to disable.
|
||||
@@ -974,6 +976,8 @@ vsyncrate = 75
|
||||
# WARNING: Leaving this option enabled while installing Windows 95/98/ME can cause crashes.
|
||||
# enable cmpxchg8b: Enable Pentium CMPXCHG8B instruction. Enable this explicitly if using software that uses this instruction.
|
||||
# You must enable this option to run Windows ME because portions of the kernel rely on this instruction.
|
||||
# enable syscall: Allow SYSENTER/SYSEXIT instructions. This option is only meaningful when cputype=pentium_ii.
|
||||
#
|
||||
# ignore undefined msr: Ignore RDMSR/WRMSR on undefined registers. Normally the CPU will fire an Invalid Opcode exception in that case.
|
||||
# This option is off by default, enable if using software or drivers that assumes the presence of
|
||||
# certain MSR registers without checking. If you are using certain versions of the 3dfx Glide drivers for MS-DOS
|
||||
@@ -994,7 +998,7 @@ vsyncrate = 75
|
||||
#
|
||||
# cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions.
|
||||
# experimental enables newer instructions not normally found in the CPU types emulated by DOSBox, such as FISTTP.
|
||||
# Possible values: auto, 8086, 8086_prefetch, 80186, 80186_prefetch, 286, 286_prefetch, 386, 386_prefetch, 486old, 486old_prefetch, 486, 486_prefetch, pentium, pentium_mmx, ppro_slow, experimental.
|
||||
# Possible values: auto, 8086, 8086_prefetch, 80186, 80186_prefetch, 286, 286_prefetch, 386, 386_prefetch, 486old, 486old_prefetch, 486, 486_prefetch, pentium, pentium_mmx, ppro_slow, pentium_ii, experimental.
|
||||
# cycles: Number of instructions DOSBox-X tries to emulate each millisecond.
|
||||
# Setting this value too high results in sound dropouts and lags.
|
||||
# Cycles can be set in 3 ways:
|
||||
@@ -1045,6 +1049,7 @@ allow lmsw to exit protected mode = auto
|
||||
report fdiv bug = false
|
||||
enable msr = true
|
||||
enable cmpxchg8b = true
|
||||
enable syscall = true
|
||||
ignore undefined msr = false
|
||||
interruptible rep string op = -1
|
||||
dynamic core cache block size = 32
|
||||
|
Reference in New Issue
Block a user