update config ref

This commit is contained in:
Wengier
2021-05-07 05:16:44 -04:00
parent aca4ac7c3f
commit 2006e506f7
4 changed files with 15 additions and 15 deletions

View File

@@ -959,12 +959,12 @@ vsyncrate = 75
#DOSBOX-X-ADV:# #DOSBOX-X-ADV:#
# cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions. # cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions.
# 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. # 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.
# cycles: Amount of instructions DOSBox-X tries to emulate each millisecond. # cycles: Number of instructions DOSBox-X tries to emulate each millisecond.
# Setting this value too high results in sound dropouts and lags. # Setting this value too high results in sound dropouts and lags.
# Cycles can be set in 3 ways: # Cycles can be set in 3 ways:
# 'auto' tries to guess what a game needs. # 'auto' tries to guess what a game needs.
# It usually works, but can fail for certain games. # It usually works, but can fail for certain games.
# 'fixed #number' will set a fixed amount of cycles. This is what you usually # 'fixed #number' will set a fixed number of cycles. This is what you usually
# need if 'auto' fails (Example: fixed 4000). # need if 'auto' fails (Example: fixed 4000).
# 'max' will allocate as much cycles as your computer is able to # 'max' will allocate as much cycles as your computer is able to
# handle. # handle.
@@ -1809,7 +1809,7 @@ timeout = 0
#DOSBOX-X-ADV:# which is impossible since Z: is a virtual drive not backed by a disk filesystem. #DOSBOX-X-ADV:# which is impossible since Z: is a virtual drive not backed by a disk filesystem.
#DOSBOX-X-ADV:# Possible values: true, false, 1, 0, auto. #DOSBOX-X-ADV:# Possible values: true, false, 1, 0, auto.
#DOSBOX-X-ADV:# drive z hide files: The files or directories listed here (separated by space) will be either hidden or removed from the Z drive. #DOSBOX-X-ADV:# drive z hide files: The files or directories listed here (separated by space) will be either hidden or removed from the Z drive.
#DOSBOX-X-ADV:# Files with leading forward slashs (e.g. "/4HELP.EXE") will become hidden files (DIR /A will list them). #DOSBOX-X-ADV:# Files with leading forward slashs (e.g. "/DEBUG\BIOSTEST.COM") will become hidden files (DIR /A will list them).
#DOSBOX-X-ADV:# hma minimum allocation: Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter). #DOSBOX-X-ADV:# hma minimum allocation: Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter).
# ansi.sys: If set (by default), ANSI.SYS emulation is on. If clear, ANSI.SYS is not emulated and will not appear to be installed. # ansi.sys: If set (by default), ANSI.SYS emulation is on. If clear, ANSI.SYS is not emulated and will not appear to be installed.
# NOTE: This option has no effect in PC-98 mode where MS-DOS systems integrate ANSI.SYS into the DOS kernel. # NOTE: This option has no effect in PC-98 mode where MS-DOS systems integrate ANSI.SYS into the DOS kernel.
@@ -1984,7 +1984,7 @@ hma = true
#DOSBOX-X-ADV:hma allow reservation = true #DOSBOX-X-ADV:hma allow reservation = true
hard drive data rate limit = -1 hard drive data rate limit = -1
#DOSBOX-X-ADV:drive z is remote = auto #DOSBOX-X-ADV:drive z is remote = auto
#DOSBOX-X-ADV:drive z hide files = /BIN\25.COM /BIN\28.COM /BIN\50.COM #DOSBOX-X-ADV:drive z hide files = /TEXTUTIL\25.COM /TEXTUTIL\28.COM /TEXTUTIL\50.COM
#DOSBOX-X-ADV:hma minimum allocation = 0 #DOSBOX-X-ADV:hma minimum allocation = 0
ansi.sys = true ansi.sys = true
#DOSBOX-X-ADV:log console = false #DOSBOX-X-ADV:log console = false
@@ -2323,7 +2323,7 @@ fcbs = 100
files = 200 files = 200
country = country =
lastdrive = a lastdrive = a
set path = Z:\;Z:\SYSTEM;Z:\DOS;Z:\BIN set path = Z:\;Z:\SYSTEM;Z:\BIN;Z:\DOS;Z:\4DOS;Z:\DEBUG;Z:\TEXTUTIL
set prompt = $P$G set prompt = $P$G
set temp = set temp =
install = install =

View File

@@ -316,12 +316,12 @@ vsyncrate = 75
# fpu: Enable FPU emulation # fpu: Enable FPU emulation
# cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions. # cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions.
# 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. # 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.
# cycles: Amount of instructions DOSBox-X tries to emulate each millisecond. # cycles: Number of instructions DOSBox-X tries to emulate each millisecond.
# Setting this value too high results in sound dropouts and lags. # Setting this value too high results in sound dropouts and lags.
# Cycles can be set in 3 ways: # Cycles can be set in 3 ways:
# 'auto' tries to guess what a game needs. # 'auto' tries to guess what a game needs.
# It usually works, but can fail for certain games. # It usually works, but can fail for certain games.
# 'fixed #number' will set a fixed amount of cycles. This is what you usually # 'fixed #number' will set a fixed number of cycles. This is what you usually
# need if 'auto' fails (Example: fixed 4000). # need if 'auto' fails (Example: fixed 4000).
# 'max' will allocate as much cycles as your computer is able to # 'max' will allocate as much cycles as your computer is able to
# handle. # handle.
@@ -963,7 +963,7 @@ fcbs = 100
files = 200 files = 200
country = country =
lastdrive = a lastdrive = a
set path = Z:\;Z:\SYSTEM;Z:\DOS;Z:\BIN set path = Z:\;Z:\SYSTEM;Z:\BIN;Z:\DOS;Z:\4DOS;Z:\DEBUG;Z:\TEXTUTIL
set prompt = $P$G set prompt = $P$G
set temp = set temp =
install = install =

View File

@@ -959,12 +959,12 @@ vsyncrate = 75
# #
# cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions. # cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions.
# 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. # 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.
# cycles: Amount of instructions DOSBox-X tries to emulate each millisecond. # cycles: Number of instructions DOSBox-X tries to emulate each millisecond.
# Setting this value too high results in sound dropouts and lags. # Setting this value too high results in sound dropouts and lags.
# Cycles can be set in 3 ways: # Cycles can be set in 3 ways:
# 'auto' tries to guess what a game needs. # 'auto' tries to guess what a game needs.
# It usually works, but can fail for certain games. # It usually works, but can fail for certain games.
# 'fixed #number' will set a fixed amount of cycles. This is what you usually # 'fixed #number' will set a fixed number of cycles. This is what you usually
# need if 'auto' fails (Example: fixed 4000). # need if 'auto' fails (Example: fixed 4000).
# 'max' will allocate as much cycles as your computer is able to # 'max' will allocate as much cycles as your computer is able to
# handle. # handle.
@@ -1809,7 +1809,7 @@ timeout = 0
# which is impossible since Z: is a virtual drive not backed by a disk filesystem. # which is impossible since Z: is a virtual drive not backed by a disk filesystem.
# Possible values: true, false, 1, 0, auto. # Possible values: true, false, 1, 0, auto.
# drive z hide files: The files or directories listed here (separated by space) will be either hidden or removed from the Z drive. # drive z hide files: The files or directories listed here (separated by space) will be either hidden or removed from the Z drive.
# Files with leading forward slashs (e.g. "/4HELP.EXE") will become hidden files (DIR /A will list them). # Files with leading forward slashs (e.g. "/DEBUG\BIOSTEST.COM") will become hidden files (DIR /A will list them).
# hma minimum allocation: Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter). # hma minimum allocation: Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter).
# ansi.sys: If set (by default), ANSI.SYS emulation is on. If clear, ANSI.SYS is not emulated and will not appear to be installed. # ansi.sys: If set (by default), ANSI.SYS emulation is on. If clear, ANSI.SYS is not emulated and will not appear to be installed.
# NOTE: This option has no effect in PC-98 mode where MS-DOS systems integrate ANSI.SYS into the DOS kernel. # NOTE: This option has no effect in PC-98 mode where MS-DOS systems integrate ANSI.SYS into the DOS kernel.
@@ -1984,7 +1984,7 @@ hma = true
hma allow reservation = true hma allow reservation = true
hard drive data rate limit = -1 hard drive data rate limit = -1
drive z is remote = auto drive z is remote = auto
drive z hide files = /BIN\25.COM /BIN\28.COM /BIN\50.COM drive z hide files = /TEXTUTIL\25.COM /TEXTUTIL\28.COM /TEXTUTIL\50.COM
hma minimum allocation = 0 hma minimum allocation = 0
ansi.sys = true ansi.sys = true
log console = false log console = false
@@ -2323,7 +2323,7 @@ fcbs = 100
files = 200 files = 200
country = country =
lastdrive = a lastdrive = a
set path = Z:\;Z:\SYSTEM;Z:\DOS;Z:\BIN set path = Z:\;Z:\SYSTEM;Z:\BIN;Z:\DOS;Z:\4DOS;Z:\DEBUG;Z:\TEXTUTIL
set prompt = $P$G set prompt = $P$G
set temp = set temp =
install = install =

View File

@@ -3649,9 +3649,9 @@ void DOSBOX_SetupConfigSections(void) {
"Set this option to true to prevent SCANDISK.EXE from attempting scan and repair drive Z:\n" "Set this option to true to prevent SCANDISK.EXE from attempting scan and repair drive Z:\n"
"which is impossible since Z: is a virtual drive not backed by a disk filesystem."); "which is impossible since Z: is a virtual drive not backed by a disk filesystem.");
Pstring = secprop->Add_string("drive z hide files",Property::Changeable::OnlyAtStart,"/BIN\\25.COM /BIN\\28.COM /BIN\\50.COM"); Pstring = secprop->Add_string("drive z hide files",Property::Changeable::OnlyAtStart,"/TEXTUTIL\\25.COM /TEXTUTIL\\28.COM /TEXTUTIL\\50.COM");
Pstring->Set_help("The files or directories listed here (separated by space) will be either hidden or removed from the Z drive.\n" Pstring->Set_help("The files or directories listed here (separated by space) will be either hidden or removed from the Z drive.\n"
"Files with leading forward slashs (e.g. \"/4HELP.EXE\") will become hidden files (DIR /A will list them)."); "Files with leading forward slashs (e.g. \"/DEBUG\\BIOSTEST.COM\") will become hidden files (DIR /A will list them).");
Pint = secprop->Add_int("hma minimum allocation",Property::Changeable::WhenIdle,0); Pint = secprop->Add_int("hma minimum allocation",Property::Changeable::WhenIdle,0);
Pint->Set_help("Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter)."); Pint->Set_help("Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter).");