diff --git a/README.md b/README.md index 1c6fe3592..3f58a6a0a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/contrib/linux/com.dosbox_x.DOSBox-X.metainfo.xml.in b/contrib/linux/com.dosbox_x.DOSBox-X.metainfo.xml.in index 76bd47ddd..31c94aa8b 100644 --- a/contrib/linux/com.dosbox_x.DOSBox-X.metainfo.xml.in +++ b/contrib/linux/com.dosbox_x.DOSBox-X.metainfo.xml.in @@ -10,7 +10,7 @@ Emulation - + diff --git a/contrib/windows/installer/dosbox-x.reference.setup.conf b/contrib/windows/installer/dosbox-x.reference.setup.conf index e7c5c1de8..3cb7f998e 100644 --- a/contrib/windows/installer/dosbox-x.reference.setup.conf +++ b/contrib/windows/installer/dosbox-x.reference.setup.conf @@ -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. diff --git a/dosbox-x.reference.full.conf b/dosbox-x.reference.full.conf index 1ce95c773..98e5a503f 100644 --- a/dosbox-x.reference.full.conf +++ b/dosbox-x.reference.full.conf @@ -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. diff --git a/include/build_timestamp.h b/include/build_timestamp.h index 967ac556a..188e337c6 100644 --- a/include/build_timestamp.h +++ b/include/build_timestamp.h @@ -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"