update config ref and timestamp

This commit is contained in:
Wengier 2022-06-20 14:38:49 -04:00
parent 23842dc9b4
commit b3a04418e9
6 changed files with 52 additions and 45 deletions

View File

@ -10,7 +10,7 @@
<category>Emulation</category> <category>Emulation</category>
</categories> </categories>
<releases> <releases>
<release version="@PACKAGE_VERSION@" date="2022-6-19"/> <release version="@PACKAGE_VERSION@" date="2022-6-20"/>
</releases> </releases>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">

View File

@ -1097,7 +1097,8 @@ vsyncrate = 75
#DOSBOX-X-ADV:# If you want power management in Windows 95/98/ME (beyond using the APM to shutdown the computer) you MUST enable this option. #DOSBOX-X-ADV:# If you want power management in Windows 95/98/ME (beyond using the APM to shutdown the computer) you MUST enable this option.
#DOSBOX-X-ADV:# Windows 95/98/ME does not support the 16-bit real and protected mode APM BIOS entry points. #DOSBOX-X-ADV:# Windows 95/98/ME does not support the 16-bit real and protected mode APM BIOS entry points.
#DOSBOX-X-ADV:# Please note at this time that 32-bit APM is unstable under Windows ME. #DOSBOX-X-ADV:# Please note at this time that 32-bit APM is unstable under Windows ME.
#DOSBOX-X-ADV:# integration device: Enable DOSBox-X integration I/O device. This can be used by the guest OS to match mouse pointer position, for example. EXPERIMENTAL! # integration device: Enable DOSBox-X's integration I/O device, a way for additional software to talk to DOSBox-X. It is currently experimental.
# This can for example be used to return the DOSBox-X version number and by the guest OS to match mouse pointer position.
#DOSBOX-X-ADV:# integration device pnp: List DOSBox-X integration I/O device as part of ISA PnP enumeration. This has no purpose yet. #DOSBOX-X-ADV:# integration device pnp: List DOSBox-X integration I/O device as part of ISA PnP enumeration. This has no purpose yet.
# isapnpbios: Emulate ISA Plug & Play BIOS. Enable if using DOSBox-X to run a PnP aware DOS program or if booting Windows 9x. # isapnpbios: Emulate ISA Plug & Play BIOS. Enable if using DOSBox-X to run a PnP aware DOS program or if booting Windows 9x.
# Do not disable if Windows 9x is configured around PnP devices, you will likely confuse it. # Do not disable if Windows 9x is configured around PnP devices, you will likely confuse it.
@ -1109,7 +1110,7 @@ vsyncrate = 75
#DOSBOX-X-ADV:# then jump to realmode with B still set (aka Huge Unreal mode). Needed for Project Angel. #DOSBOX-X-ADV:# then jump to realmode with B still set (aka Huge Unreal mode). Needed for Project Angel.
#DOSBOX-X-ADV-SEE:# #DOSBOX-X-ADV-SEE:#
#DOSBOX-X-ADV-SEE:# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details): #DOSBOX-X-ADV-SEE:# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):
#DOSBOX-X-ADV-SEE:# -> processor serial number; double fault; reset on triple fault; always report double fault; always report triple fault; allow lmsw to exit protected mode; report fdiv bug; enable msr; enable cmpxchg8b; enable syscall; ignore undefined msr; interruptible rep string op; dynamic core cache block size; cycle emulation percentage adjust; stop turbo on key; stop turbo after second; use dynamic core with paging on; ignore opcode 63; apmbios pnp; apm power button event; apmbios version; apmbios allow realmode; apmbios allow 16-bit protected mode; apmbios allow 32-bit protected mode; integration device; integration device pnp; isapnpport; realbig16 #DOSBOX-X-ADV-SEE:# -> processor serial number; double fault; reset on triple fault; always report double fault; always report triple fault; allow lmsw to exit protected mode; report fdiv bug; enable msr; enable cmpxchg8b; enable syscall; ignore undefined msr; interruptible rep string op; dynamic core cache block size; cycle emulation percentage adjust; stop turbo on key; stop turbo after second; use dynamic core with paging on; ignore opcode 63; apmbios pnp; apm power button event; apmbios version; apmbios allow realmode; apmbios allow 16-bit protected mode; apmbios allow 32-bit protected mode; integration device pnp; isapnpport; realbig16
#DOSBOX-X-ADV-SEE:# #DOSBOX-X-ADV-SEE:#
core = auto core = auto
fpu = true fpu = true
@ -1144,7 +1145,7 @@ apmbios = true
#DOSBOX-X-ADV:apmbios allow realmode = true #DOSBOX-X-ADV:apmbios allow realmode = true
#DOSBOX-X-ADV:apmbios allow 16-bit protected mode = true #DOSBOX-X-ADV:apmbios allow 16-bit protected mode = true
#DOSBOX-X-ADV:apmbios allow 32-bit protected mode = true #DOSBOX-X-ADV:apmbios allow 32-bit protected mode = true
#DOSBOX-X-ADV:integration device = false integration device = false
#DOSBOX-X-ADV:integration device pnp = false #DOSBOX-X-ADV:integration device pnp = false
isapnpbios = true isapnpbios = true
#DOSBOX-X-ADV:isapnpport = auto #DOSBOX-X-ADV:isapnpport = auto

View File

@ -437,11 +437,13 @@ vsyncrate = 75
# cycledown: Setting it lower than 100 will be a percentage. # cycledown: Setting it lower than 100 will be a percentage.
# turbo: Enables Turbo (Fast Forward) mode to speed up operations. # turbo: Enables Turbo (Fast Forward) mode to speed up operations.
# apmbios: Emulate Advanced Power Management (APM) BIOS calls. # apmbios: Emulate Advanced Power Management (APM) BIOS calls.
# integration device: Enable DOSBox-X's integration I/O device, a way for additional software to talk to DOSBox-X. It is currently experimental.
# This can for example be used to return the DOSBox-X version number and by the guest OS to match mouse pointer position.
# isapnpbios: Emulate ISA Plug & Play BIOS. Enable if using DOSBox-X to run a PnP aware DOS program or if booting Windows 9x. # isapnpbios: Emulate ISA Plug & Play BIOS. Enable if using DOSBox-X to run a PnP aware DOS program or if booting Windows 9x.
# Do not disable if Windows 9x is configured around PnP devices, you will likely confuse it. # Do not disable if Windows 9x is configured around PnP devices, you will likely confuse it.
# #
# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details): # Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):
# -> processor serial number; double fault; reset on triple fault; always report double fault; always report triple fault; allow lmsw to exit protected mode; report fdiv bug; enable msr; enable cmpxchg8b; enable syscall; ignore undefined msr; interruptible rep string op; dynamic core cache block size; cycle emulation percentage adjust; stop turbo on key; stop turbo after second; use dynamic core with paging on; ignore opcode 63; apmbios pnp; apm power button event; apmbios version; apmbios allow realmode; apmbios allow 16-bit protected mode; apmbios allow 32-bit protected mode; integration device; integration device pnp; isapnpport; realbig16 # -> processor serial number; double fault; reset on triple fault; always report double fault; always report triple fault; allow lmsw to exit protected mode; report fdiv bug; enable msr; enable cmpxchg8b; enable syscall; ignore undefined msr; interruptible rep string op; dynamic core cache block size; cycle emulation percentage adjust; stop turbo on key; stop turbo after second; use dynamic core with paging on; ignore opcode 63; apmbios pnp; apm power button event; apmbios version; apmbios allow realmode; apmbios allow 16-bit protected mode; apmbios allow 32-bit protected mode; integration device pnp; isapnpport; realbig16
# #
core = auto core = auto
fpu = true fpu = true
@ -452,6 +454,7 @@ cycleup = 10
cycledown = 20 cycledown = 20
turbo = false turbo = false
apmbios = true apmbios = true
integration device = false
isapnpbios = true isapnpbios = true
[keyboard] [keyboard]

View File

@ -1069,7 +1069,8 @@ vsyncrate = 75
# If you want power management in Windows 95/98/ME (beyond using the APM to shutdown the computer) you MUST enable this option. # If you want power management in Windows 95/98/ME (beyond using the APM to shutdown the computer) you MUST enable this option.
# Windows 95/98/ME does not support the 16-bit real and protected mode APM BIOS entry points. # Windows 95/98/ME does not support the 16-bit real and protected mode APM BIOS entry points.
# Please note at this time that 32-bit APM is unstable under Windows ME. # Please note at this time that 32-bit APM is unstable under Windows ME.
# integration device: Enable DOSBox-X integration I/O device. This can be used by the guest OS to match mouse pointer position, for example. EXPERIMENTAL! # integration device: Enable DOSBox-X's integration I/O device, a way for additional software to talk to DOSBox-X. It is currently experimental.
# This can for example be used to return the DOSBox-X version number and by the guest OS to match mouse pointer position.
# integration device pnp: List DOSBox-X integration I/O device as part of ISA PnP enumeration. This has no purpose yet. # integration device pnp: List DOSBox-X integration I/O device as part of ISA PnP enumeration. This has no purpose yet.
# isapnpbios: Emulate ISA Plug & Play BIOS. Enable if using DOSBox-X to run a PnP aware DOS program or if booting Windows 9x. # isapnpbios: Emulate ISA Plug & Play BIOS. Enable if using DOSBox-X to run a PnP aware DOS program or if booting Windows 9x.
# Do not disable if Windows 9x is configured around PnP devices, you will likely confuse it. # Do not disable if Windows 9x is configured around PnP devices, you will likely confuse it.

View File

@ -1,4 +1,4 @@
/*auto-generated*/ /*auto-generated*/
#define UPDATED_STR "Jun 19, 2022 12:17:31am" #define UPDATED_STR "Jun 20, 2022 2:32:38pm"
#define GIT_COMMIT_HASH "03ee8d6" #define GIT_COMMIT_HASH "23842dc"
#define COPYRIGHT_END_YEAR "2022" #define COPYRIGHT_END_YEAR "2022"

View File

@ -2765,7 +2765,9 @@ void DOSBOX_SetupConfigSections(void) {
"Please note at this time that 32-bit APM is unstable under Windows ME."); "Please note at this time that 32-bit APM is unstable under Windows ME.");
Pbool = secprop->Add_bool("integration device",Property::Changeable::WhenIdle,false); Pbool = secprop->Add_bool("integration device",Property::Changeable::WhenIdle,false);
Pbool->Set_help("Enable DOSBox-X integration I/O device. This can be used by the guest OS to match mouse pointer position, for example. EXPERIMENTAL!"); Pbool->Set_help("Enable DOSBox-X's integration I/O device, a way for additional software to talk to DOSBox-X. It is currently experimental.\n"
"This can for example be used to return the DOSBox-X version number and by the guest OS to match mouse pointer position.");
Pbool->SetBasic(true);
Pbool = secprop->Add_bool("integration device pnp",Property::Changeable::WhenIdle,false); Pbool = secprop->Add_bool("integration device pnp",Property::Changeable::WhenIdle,false);
Pbool->Set_help("List DOSBox-X integration I/O device as part of ISA PnP enumeration. This has no purpose yet."); Pbool->Set_help("List DOSBox-X integration I/O device as part of ISA PnP enumeration. This has no purpose yet.");