Update build timestamp and reference conf file

This commit is contained in:
Jonathan Campbell
2021-08-31 21:22:44 -07:00
parent a6ccb1b278
commit c690ea5cd4
5 changed files with 95 additions and 88 deletions

View File

@@ -10,7 +10,7 @@
<category>Emulation</category> <category>Emulation</category>
</categories> </categories>
<releases> <releases>
<release version="@PACKAGE_VERSION@" date="2021-8-2"/> <release version="@PACKAGE_VERSION@" date="2021-8-31"/>
</releases> </releases>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">

View File

@@ -689,9 +689,10 @@ pc-98 anex86 font =
# Possible values: ias, mskanji, both. # Possible values: ias, mskanji, both.
#DOSBOX-X-ADV:# vtext: V-text screen mode for the DOS/V emulation. #DOSBOX-X-ADV:# vtext: V-text screen mode for the DOS/V emulation.
#DOSBOX-X-ADV:# vtext2: V-text screen mode 2 for the DOS/V emulation. #DOSBOX-X-ADV:# vtext2: V-text screen mode 2 for the DOS/V emulation.
#DOSBOX-X-ADV:# use20pixelfont: Enables 20 pixel font will be used instead of the 24 pixel system font for the Japanese DOS/V emulation.
#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:# -> fontxsbcs24; fontxdbcs24; del; vtext; vtext2 #DOSBOX-X-ADV-SEE:# -> fontxsbcs24; fontxdbcs24; del; vtext; vtext2; use20pixelfont
#DOSBOX-X-ADV-SEE:# #DOSBOX-X-ADV-SEE:#
dosv = off dosv = off
getsysfont = true getsysfont = true
@@ -707,6 +708,7 @@ yen = false
fepcontrol = both fepcontrol = both
#DOSBOX-X-ADV:vtext = svga #DOSBOX-X-ADV:vtext = svga
#DOSBOX-X-ADV:vtext2 = xga #DOSBOX-X-ADV:vtext2 = xga
#DOSBOX-X-ADV:use20pixelfont = false
[video] [video]
#DOSBOX-X-ADV:# vmemdelay: VGA Memory I/O delay in nanoseconds. Set to -1 to use default, 0 to disable. #DOSBOX-X-ADV:# vmemdelay: VGA Memory I/O delay in nanoseconds. Set to -1 to use default, 0 to disable.
@@ -1004,7 +1006,8 @@ vsyncrate = 75
#DOSBOX-X-ADV:# of the dynamic core. #DOSBOX-X-ADV:# of the dynamic core.
#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. # 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.
# cycles: Number 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:

View File

@@ -325,7 +325,7 @@ pc-98 anex86 font =
# Possible values: ias, mskanji, both. # Possible values: ias, mskanji, both.
# #
# 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):
# -> fontxsbcs24; fontxdbcs24; del; vtext; vtext2 # -> fontxsbcs24; fontxdbcs24; del; vtext; vtext2; use20pixelfont
# #
dosv = off dosv = off
getsysfont = true getsysfont = true
@@ -376,7 +376,8 @@ vsyncrate = 75
# Possible values: auto, dynamic, dynamic_x86, dynamic_nodhfpu, dynamic, dynamic_rec, normal, full, simple. # Possible values: auto, dynamic, dynamic_x86, dynamic_nodhfpu, dynamic, dynamic_rec, normal, full, simple.
# 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. # 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.
# cycles: Number 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:

View File

@@ -669,6 +669,7 @@ pc-98 show graphics layer on initialize = true
# Possible values: ias, mskanji, both. # Possible values: ias, mskanji, both.
# vtext: V-text screen mode for the DOS/V emulation. # vtext: V-text screen mode for the DOS/V emulation.
# vtext2: V-text screen mode 2 for the DOS/V emulation. # vtext2: V-text screen mode 2 for the DOS/V emulation.
# use20pixelfont: Enables 20 pixel font will be used instead of the 24 pixel system font for the Japanese DOS/V emulation.
dosv = off dosv = off
getsysfont = true getsysfont = true
fontxsbcs = fontxsbcs =
@@ -683,6 +684,7 @@ del = true
fepcontrol = both fepcontrol = both
vtext = svga vtext = svga
vtext2 = xga vtext2 = xga
use20pixelfont = false
[video] [video]
# vmemdelay: VGA Memory I/O delay in nanoseconds. Set to -1 to use default, 0 to disable. # vmemdelay: VGA Memory I/O delay in nanoseconds. Set to -1 to use default, 0 to disable.
@@ -976,7 +978,8 @@ vsyncrate = 75
# of the dynamic core. # of the dynamic core.
# #
# 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. # 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.
# cycles: Number 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:

View File

@@ -1,4 +1,4 @@
/*auto-generated*/ /*auto-generated*/
#define UPDATED_STR "Aug 2, 2021 1:57:38pm" #define UPDATED_STR "Aug 31, 2021 9:20:06pm"
#define GIT_COMMIT_HASH "201cdaf" #define GIT_COMMIT_HASH "a6ccb1b"
#define COPYRIGHT_END_YEAR "2021" #define COPYRIGHT_END_YEAR "2021"