mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
update config ref and timestamp
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<category>Emulation</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="@PACKAGE_VERSION@" date="2021-5-14"/>
|
||||
<release version="@PACKAGE_VERSION@" date="2021-5-17"/>
|
||||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
|
@@ -173,7 +173,8 @@ logfile =
|
||||
debuggerrun = debugger
|
||||
|
||||
[dosbox]
|
||||
# language: Select another language file.
|
||||
# language: Select a language file for DOSBox-X to use. Encoded with either UTF-8 or DOS code page.
|
||||
# Set the code page with the "country" setting in [config] section, e.g. country=34,858
|
||||
# title: Additional text to place in the title bar of the window.
|
||||
# fastbioslogo: If set, DOSBox-X will skip the BIOS screen by activating fast BIOS logo mode (without 1-second pause).
|
||||
#DOSBOX-X-ADV:# disable graphical splash: If set, DOSBox-X will always display text-mode BIOS splash screen instead of the graphical one.
|
||||
@@ -2318,7 +2319,7 @@ rem = This section is the 4DOS.INI file, if you use 4DOS as the command shell
|
||||
# dos: Reports whether DOS occupies HMA and allocates UMB memory (if available).
|
||||
# fcbs: Number of FCB handles available to DOS programs (1-255).
|
||||
# files: Number of file handles available to DOS programs (8-255).
|
||||
# country: The country code for date/time formats and optionally the code page for TTF output.
|
||||
# country: The country code for date/time formats and code page for TTF output and language files.
|
||||
# lastdrive: The maximum drive letter that can be accessed by programs.
|
||||
# Possible values: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z.
|
||||
rem = This section is DOS's CONFIG.SYS file, not all CONFIG.SYS options supported
|
||||
|
@@ -88,7 +88,8 @@ logfile =
|
||||
debuggerrun = debugger
|
||||
|
||||
[dosbox]
|
||||
# language: Select another language file.
|
||||
# language: Select a language file for DOSBox-X to use. Encoded with either UTF-8 or DOS code page.
|
||||
# Set the code page with the "country" setting in [config] section, e.g. country=34,858
|
||||
# title: Additional text to place in the title bar of the window.
|
||||
# fastbioslogo: If set, DOSBox-X will skip the BIOS screen by activating fast BIOS logo mode (without 1-second pause).
|
||||
# startbanner: If set (default), DOSBox-X will display the welcome banner when it starts.
|
||||
@@ -955,7 +956,7 @@ rem = This section is the 4DOS.INI file, if you use 4DOS as the command shell
|
||||
# dos: Reports whether DOS occupies HMA and allocates UMB memory (if available).
|
||||
# fcbs: Number of FCB handles available to DOS programs (1-255).
|
||||
# files: Number of file handles available to DOS programs (8-255).
|
||||
# country: The country code for date/time formats and optionally the code page for TTF output.
|
||||
# country: The country code for date/time formats and code page for TTF output and language files.
|
||||
# lastdrive: The maximum drive letter that can be accessed by programs.
|
||||
# Possible values: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z.
|
||||
rem = This section is DOS's CONFIG.SYS file, not all CONFIG.SYS options supported
|
||||
|
@@ -173,7 +173,8 @@ fileio = false
|
||||
debuggerrun = debugger
|
||||
|
||||
[dosbox]
|
||||
# language: Select another language file.
|
||||
# language: Select a language file for DOSBox-X to use. Encoded with either UTF-8 or DOS code page.
|
||||
# Set the code page with the "country" setting in [config] section, e.g. country=34,858
|
||||
# title: Additional text to place in the title bar of the window.
|
||||
# fastbioslogo: If set, DOSBox-X will skip the BIOS screen by activating fast BIOS logo mode (without 1-second pause).
|
||||
# disable graphical splash: If set, DOSBox-X will always display text-mode BIOS splash screen instead of the graphical one.
|
||||
@@ -2318,7 +2319,7 @@ rem = This section is the 4DOS.INI file, if you use 4DOS as the command shell
|
||||
# dos: Reports whether DOS occupies HMA and allocates UMB memory (if available).
|
||||
# fcbs: Number of FCB handles available to DOS programs (1-255).
|
||||
# files: Number of file handles available to DOS programs (8-255).
|
||||
# country: The country code for date/time formats and optionally the code page for TTF output.
|
||||
# country: The country code for date/time formats and code page for TTF output and language files.
|
||||
# lastdrive: The maximum drive letter that can be accessed by programs.
|
||||
# Possible values: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z.
|
||||
rem = This section is DOS's CONFIG.SYS file, not all CONFIG.SYS options supported
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/*auto-generated*/
|
||||
#define UPDATED_STR "May 14, 2021 3:37:54am"
|
||||
#define GIT_COMMIT_HASH "e40a064"
|
||||
#define UPDATED_STR "May 17, 2021 3:41:09pm"
|
||||
#define GIT_COMMIT_HASH "47da8f5"
|
||||
#define COPYRIGHT_END_YEAR "2021"
|
||||
|
@@ -1252,7 +1252,8 @@ void DOSBOX_SetupConfigSections(void) {
|
||||
|
||||
secprop=control->AddSection_prop("dosbox",&Null_Init);
|
||||
Pstring = secprop->Add_path("language",Property::Changeable::Always,"");
|
||||
Pstring->Set_help("Select another language file.");
|
||||
Pstring->Set_help("Select a language file for DOSBox-X to use. Encoded with either UTF-8 or DOS code page.\n"
|
||||
"Set the code page with the \"country\" setting in [config] section, e.g. country=34,858");
|
||||
Pstring->SetBasic(true);
|
||||
|
||||
Pstring = secprop->Add_path("title",Property::Changeable::Always,"");
|
||||
@@ -4261,7 +4262,7 @@ void DOSBOX_SetupConfigSections(void) {
|
||||
Pint->Set_help("Number of file handles available to DOS programs (8-255).");
|
||||
Pint->SetBasic(true);
|
||||
Pstring = secprop->Add_string("country",Property::Changeable::OnlyAtStart,"");
|
||||
Pstring->Set_help("The country code for date/time formats and optionally the code page for TTF output.");
|
||||
Pstring->Set_help("The country code for date/time formats and code page for TTF output and language files.");
|
||||
Pstring->SetBasic(true);
|
||||
Pstring = secprop->Add_string("lastdrive",Property::Changeable::OnlyAtStart,"a");
|
||||
Pstring->Set_help("The maximum drive letter that can be accessed by programs.");
|
||||
|
Reference in New Issue
Block a user