update timestamp and config ref

This commit is contained in:
Wengier 2022-07-30 01:29:47 -04:00
parent 87d4136285
commit 525cb36d85
5 changed files with 9 additions and 9 deletions

View File

@ -228,11 +228,11 @@ some things the design as implemented now cannot accommodate.
Contributers are free to focus on emulating hardware within the
time frame between 1980 and 2000/2001 of their choice.
* Windows guest emulation, Windows XP or later.
* Windows guest emulation, Windows Vista or later.
DOSBox-X emulation, in terms of running Windows in DOSBox-X, will
focus primarily on Windows 1.0 through Windows ME (Millenium Edition),
and then on Windows NT through Windows 2000. Windows XP and later
and then on Windows NT through Windows XP. Windows Vista and later
versions are not a priority and will not be considered at this time.
These versions of Windows are not based on DOS.

View File

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

View File

@ -397,8 +397,8 @@ debuggerrun = debugger
# If set to "fixed" (="false"), the value of MOUNT -freesize will be a fixed one to be reported all the time.
# Possible values: true, false, fixed, relative, cap, 2, 1, 0.
# convertdrivefat: If set, DOSBox-X will auto-convert mounted non-FAT drives (such as local drives) to FAT format for use with guest systems.
#DOSBOX-X-ADV:# convert fat free space: If set, auto-converted FAT images will have the specified free space in MB (except PC-98) if less than the actual free space.
#DOSBOX-X-ADV:# If set to 0, the converted disk will be read-only; if set to -1, the actual free space will be used for the converted disk.
#DOSBOX-X-ADV:# convert fat free space: If set, auto-converted FAT images will have the specified free space in MB (except PC-98 FAT12/16 HDI) if less than the actual free space.
#DOSBOX-X-ADV:# If set to 0, the converted disk will be read-only; if set to -1, the actual free space on host drive will be used for the converted disk.
#DOSBOX-X-ADV:# leading colon write protect image: If set, BOOT and IMGMOUNT commands will put an image file name with a leading colon (:) in write-protect mode.
#DOSBOX-X-ADV:# locking disk image mount: If set, BOOT and IMGMOUNT commands will try to lock the mounted disk image files. As a result, you cannot
#DOSBOX-X-ADV:# mount the same disk image files in read/write mode at the same time as this can cause possible disk corruptions.

View File

@ -389,8 +389,8 @@ debuggerrun = debugger
# If set to "fixed" (="false"), the value of MOUNT -freesize will be a fixed one to be reported all the time.
# Possible values: true, false, fixed, relative, cap, 2, 1, 0.
# convertdrivefat: If set, DOSBox-X will auto-convert mounted non-FAT drives (such as local drives) to FAT format for use with guest systems.
# convert fat free space: If set, auto-converted FAT images will have the specified free space in MB (except PC-98) if less than the actual free space.
# If set to 0, the converted disk will be read-only; if set to -1, the actual free space will be used for the converted disk.
# convert fat free space: If set, auto-converted FAT images will have the specified free space in MB (except PC-98 FAT12/16 HDI) if less than the actual free space.
# If set to 0, the converted disk will be read-only; if set to -1, the actual free space on host drive will be used for the converted disk.
# leading colon write protect image: If set, BOOT and IMGMOUNT commands will put an image file name with a leading colon (:) in write-protect mode.
# locking disk image mount: If set, BOOT and IMGMOUNT commands will try to lock the mounted disk image files. As a result, you cannot
# mount the same disk image files in read/write mode at the same time as this can cause possible disk corruptions.

View File

@ -1,4 +1,4 @@
/*auto-generated*/
#define UPDATED_STR "Jul 16, 2022 3:40:09pm"
#define GIT_COMMIT_HASH "0098fc4"
#define UPDATED_STR "Jul 30, 2022 1:17:42am"
#define GIT_COMMIT_HASH "87d4136"
#define COPYRIGHT_END_YEAR "2022"