mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Update build timestamp
This commit is contained in:
parent
314e49bc7e
commit
cf476f20f6
@ -10,7 +10,7 @@
|
||||
<category>Emulation</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="@PACKAGE_VERSION@" date="2023-2-16"/>
|
||||
<release version="@PACKAGE_VERSION@" date="2023-3-23"/>
|
||||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
|
@ -257,6 +257,7 @@ debuggerrun = debugger
|
||||
# Putting a minus sign (-) before the time interval causes the auto-saving function to not be activated at start.
|
||||
# saveslot: Select the default save slot (1-100) to save/load states.
|
||||
# savefile: Select the default save file to save/load states. If specified it will be used instead of the save slot.
|
||||
#DOSBOX-X-ADV:# video debug at startup: If set, have video debug displays on by default
|
||||
# saveremark: If set, the save state feature will ask users to enter remarks when saving a state.
|
||||
# forceloadstate: If set, DOSBox-X will load a saved state even if it finds there is a mismatch in the DOSBox-X version, machine type, program name and/or the memory size.
|
||||
#DOSBOX-X-ADV:# compresssaveparts: If set, DOSBox-X will compress components of saved states to save space.
|
||||
@ -436,7 +437,7 @@ debuggerrun = debugger
|
||||
#DOSBOX-X-ADV:# enable pci bus: Enable PCI bus emulation
|
||||
#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:# -> disable graphical splash; allow quit after warning; keyboard hook; weitek; bochs debug port e9; compresssaveparts; show recorded filename; skip encoding unchanged frames; capture chroma format; capture format; shell environment size; private area size; turn off a20 gate on boot; cbus bus clock; isa bus clock; pci bus clock; call binary on reset; unhandled irq handler; call binary on boot; ibm rom basic; rom bios allocation max; rom bios minimum size; irq delay ns; iodelay; iodelay16; iodelay32; acpi; acpi rsd ptr location; acpi sci irq; acpi iobase; acpi reserved size; memsizekb; dos mem limit; isa memory hole at 512kb; reboot delay; memalias; convert fat free space; convert fat timeout; leading colon write protect image; locking disk image mount; unmask keyboard on int 16 read; int16 keyboard polling undocumented cf behavior; allow port 92 reset; enable port 92; enable 1st dma controller; enable 2nd dma controller; allow dma address decrement; enable 128k capable 16-bit dma; enable dma extra page registers; dma page registers write-only; cascade interrupt never in service; cascade interrupt ignore in service; enable slave pic; enable pc nmi mask; allow more than 640kb base memory; enable pci bus
|
||||
#DOSBOX-X-ADV-SEE:# -> disable graphical splash; allow quit after warning; keyboard hook; weitek; bochs debug port e9; video debug at startup; compresssaveparts; show recorded filename; skip encoding unchanged frames; capture chroma format; capture format; shell environment size; private area size; turn off a20 gate on boot; cbus bus clock; isa bus clock; pci bus clock; call binary on reset; unhandled irq handler; call binary on boot; ibm rom basic; rom bios allocation max; rom bios minimum size; irq delay ns; iodelay; iodelay16; iodelay32; acpi; acpi rsd ptr location; acpi sci irq; acpi iobase; acpi reserved size; memsizekb; dos mem limit; isa memory hole at 512kb; reboot delay; memalias; convert fat free space; convert fat timeout; leading colon write protect image; locking disk image mount; unmask keyboard on int 16 read; int16 keyboard polling undocumented cf behavior; allow port 92 reset; enable port 92; enable 1st dma controller; enable 2nd dma controller; allow dma address decrement; enable 128k capable 16-bit dma; enable dma extra page registers; dma page registers write-only; cascade interrupt never in service; cascade interrupt ignore in service; enable slave pic; enable pc nmi mask; allow more than 640kb base memory; enable pci bus
|
||||
#DOSBOX-X-ADV-SEE:#
|
||||
language =
|
||||
title =
|
||||
@ -463,6 +464,7 @@ captures = capture
|
||||
autosave =
|
||||
saveslot = 1
|
||||
savefile =
|
||||
#DOSBOX-X-ADV:video debug at startup = false
|
||||
saveremark = true
|
||||
forceloadstate = false
|
||||
#DOSBOX-X-ADV:compresssaveparts = true
|
||||
@ -2082,9 +2084,12 @@ timeout = 0
|
||||
# It is recommended to get and set dosbox-x.conf settings using the CONFIG command instead.
|
||||
# Compatibility with DOSBox SVN can be improved by enabling this option.
|
||||
#DOSBOX-X-ADV:# badcommandhandler: Allow to specify a custom error handler command for the internal DOS shell before the "Bad command or file name" message shows up.
|
||||
#DOSBOX-X-ADV:# mscdex device name: If set, use this name as the MSCDEX device name instead of MSCD001
|
||||
# hma: Report through XMS that HMA exists (not necessarily available)
|
||||
#DOSBOX-X-ADV:# hma allow reservation: Allow TSR and application (anything other than the DOS kernel) to request control of the HMA.
|
||||
#DOSBOX-X-ADV:# They will not be able to request control however if the DOS kernel is configured to occupy the HMA (DOS=HIGH)
|
||||
#DOSBOX-X-ADV:# command shell flush keyboard buffer: If set, the DOS shell (COMMAND.COM) will flush the keyboard buffer before executing a command, and will flush the keyboard buffer again when the command returns.
|
||||
#DOSBOX-X-ADV:# The purpose of this option is to prevent the program from immediately acting on the Enter key you pressed to run it.
|
||||
# hard drive data rate limit: Slow down (limit) hard disk throughput. This setting controls the limit in bytes/second.
|
||||
# Set to 0 to disable the limit, or -1 (default) to use a reasonable limit.
|
||||
# The disk I/O performance as in DOSBox SVN can be achieved by setting this to 0.
|
||||
@ -2234,6 +2239,9 @@ timeout = 0
|
||||
#DOSBOX-X-ADV:# startincon: START command will start these commands (separated by space) in a console and wait for a key press before exiting.
|
||||
# vmware: Enable VMware interface emulation including guest mouse integration (when used along with e.g. VMware mouse driver for Windows 3.x).
|
||||
# int33: Enable INT 33H for mouse support.
|
||||
# mouse report rate: Mouse reporting rate, or 0 for auto. This affects how often mouse events are reported to the guest through the mouse interrupt.
|
||||
# Some games including CyClone need a lower reporting rate to function correctly. Auto mode allows the guest to change the report rate through the PS/2 mouse emulation.
|
||||
# This option does not affect any DOS game that uses polling through INT 33h to detect mouse movement.
|
||||
#DOSBOX-X-ADV:# int33 hide host cursor if interrupt subroutine: If set, the cursor on the host will be hidden if the DOS application provides it's own
|
||||
#DOSBOX-X-ADV:# interrupt subroutine for the mouse driver to call, which is usually an indication that
|
||||
#DOSBOX-X-ADV:# the DOS game wishes to draw the cursor with it's own support routines (DeluxePaint II).
|
||||
@ -2282,14 +2290,16 @@ timeout = 0
|
||||
# dos idle api: If set, DOSBox-X can lower the host system's CPU load when a supported guest program is idle.
|
||||
#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:# -> badcommandhandler; hma allow reservation; special operation file prefix; drive z is remote; drive z convert fat; drive z expand path; drive z hide files; hidenonrepresentable; hma minimum allocation; dos sda size; hma free space; cpm compatibility mode; minimum dos initial private segment; minimum mcb segment; enable dummy device mcb; maximum environment block size on exec; additional environment block size on exec; enable a20 on windows init; zero memory on xms memory allocation; vcpi; unmask timer on disk io; zero int 67h if no ems; zero unused int 68h; emm386 startup active; zero memory on ems memory allocation; ems system handle memory size; ems system handle on even megabyte; umb start; umb end; kernel allocation in umb; keep umb on boot; keep private area on boot; private area in umb; autoa20fix; autoloadfix; startincon; int33 hide host cursor if interrupt subroutine; int33 hide host cursor when polling; int33 disable cell granularity; int 13 disk change detect; int 13 extensions; biosps2; int15 wait force unmask irq; int15 mouse callback does not preserve registers; filenamechar; collating and uppercase; con device use int 16h to detect keyboard input; zero memory on int 21h memory allocation; pipe temporary device
|
||||
#DOSBOX-X-ADV-SEE:# -> badcommandhandler; mscdex device name; hma allow reservation; command shell flush keyboard buffer; special operation file prefix; drive z is remote; drive z convert fat; drive z expand path; drive z hide files; hidenonrepresentable; hma minimum allocation; dos sda size; hma free space; cpm compatibility mode; minimum dos initial private segment; minimum mcb segment; enable dummy device mcb; maximum environment block size on exec; additional environment block size on exec; enable a20 on windows init; zero memory on xms memory allocation; vcpi; unmask timer on disk io; zero int 67h if no ems; zero unused int 68h; emm386 startup active; zero memory on ems memory allocation; ems system handle memory size; ems system handle on even megabyte; umb start; umb end; kernel allocation in umb; keep umb on boot; keep private area on boot; private area in umb; autoa20fix; autoloadfix; startincon; int33 hide host cursor if interrupt subroutine; int33 hide host cursor when polling; int33 disable cell granularity; int 13 disk change detect; int 13 extensions; biosps2; int15 wait force unmask irq; int15 mouse callback does not preserve registers; filenamechar; collating and uppercase; con device use int 16h to detect keyboard input; zero memory on int 21h memory allocation; pipe temporary device
|
||||
#DOSBOX-X-ADV-SEE:#
|
||||
xms = true
|
||||
xms handles = 0
|
||||
shell configuration as commands = false
|
||||
#DOSBOX-X-ADV:badcommandhandler =
|
||||
#DOSBOX-X-ADV:mscdex device name =
|
||||
hma = true
|
||||
#DOSBOX-X-ADV:hma allow reservation = true
|
||||
#DOSBOX-X-ADV:command shell flush keyboard buffer = true
|
||||
hard drive data rate limit = -1
|
||||
floppy drive data rate limit = -1
|
||||
#DOSBOX-X-ADV:special operation file prefix = .DB
|
||||
@ -2349,6 +2359,7 @@ startquiet = false
|
||||
#DOSBOX-X-ADV:startincon = assoc attrib chcp copy dir echo for ftype help if set type ver vol xcopy
|
||||
vmware = true
|
||||
int33 = true
|
||||
mouse report rate = 0
|
||||
#DOSBOX-X-ADV:int33 hide host cursor if interrupt subroutine = true
|
||||
#DOSBOX-X-ADV:int33 hide host cursor when polling = false
|
||||
#DOSBOX-X-ADV:int33 disable cell granularity = false
|
||||
|
@ -195,7 +195,7 @@ debuggerrun = debugger
|
||||
# convertdrivefat: If set, DOSBox-X will auto-convert mounted non-FAT drives (such as local drives) to FAT format for use with guest systems.
|
||||
#
|
||||
# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):
|
||||
# -> disable graphical splash; allow quit after warning; keyboard hook; weitek; bochs debug port e9; compresssaveparts; show recorded filename; skip encoding unchanged frames; capture chroma format; capture format; shell environment size; private area size; turn off a20 gate on boot; cbus bus clock; isa bus clock; pci bus clock; call binary on reset; unhandled irq handler; call binary on boot; ibm rom basic; rom bios allocation max; rom bios minimum size; irq delay ns; iodelay; iodelay16; iodelay32; acpi; acpi rsd ptr location; acpi sci irq; acpi iobase; acpi reserved size; memsizekb; dos mem limit; isa memory hole at 512kb; reboot delay; memalias; convert fat free space; convert fat timeout; leading colon write protect image; locking disk image mount; unmask keyboard on int 16 read; int16 keyboard polling undocumented cf behavior; allow port 92 reset; enable port 92; enable 1st dma controller; enable 2nd dma controller; allow dma address decrement; enable 128k capable 16-bit dma; enable dma extra page registers; dma page registers write-only; cascade interrupt never in service; cascade interrupt ignore in service; enable slave pic; enable pc nmi mask; allow more than 640kb base memory; enable pci bus
|
||||
# -> disable graphical splash; allow quit after warning; keyboard hook; weitek; bochs debug port e9; video debug at startup; compresssaveparts; show recorded filename; skip encoding unchanged frames; capture chroma format; capture format; shell environment size; private area size; turn off a20 gate on boot; cbus bus clock; isa bus clock; pci bus clock; call binary on reset; unhandled irq handler; call binary on boot; ibm rom basic; rom bios allocation max; rom bios minimum size; irq delay ns; iodelay; iodelay16; iodelay32; acpi; acpi rsd ptr location; acpi sci irq; acpi iobase; acpi reserved size; memsizekb; dos mem limit; isa memory hole at 512kb; reboot delay; memalias; convert fat free space; convert fat timeout; leading colon write protect image; locking disk image mount; unmask keyboard on int 16 read; int16 keyboard polling undocumented cf behavior; allow port 92 reset; enable port 92; enable 1st dma controller; enable 2nd dma controller; allow dma address decrement; enable 128k capable 16-bit dma; enable dma extra page registers; dma page registers write-only; cascade interrupt never in service; cascade interrupt ignore in service; enable slave pic; enable pc nmi mask; allow more than 640kb base memory; enable pci bus
|
||||
#
|
||||
language =
|
||||
title =
|
||||
@ -1085,6 +1085,9 @@ timeout = 0
|
||||
# startquiet: If set, before launching host system applications to run on the host DOSBox-X will not show messages like "Now run it as a Windows application".
|
||||
# vmware: Enable VMware interface emulation including guest mouse integration (when used along with e.g. VMware mouse driver for Windows 3.x).
|
||||
# int33: Enable INT 33H for mouse support.
|
||||
# mouse report rate: Mouse reporting rate, or 0 for auto. This affects how often mouse events are reported to the guest through the mouse interrupt.
|
||||
# Some games including CyClone need a lower reporting rate to function correctly. Auto mode allows the guest to change the report rate through the PS/2 mouse emulation.
|
||||
# This option does not affect any DOS game that uses polling through INT 33h to detect mouse movement.
|
||||
# keyboardlayout: Language code of the keyboard layout (or none).
|
||||
# customcodepage: Set a custom code page for CHCP command and specify a SBCS code page file, following the standard SBCS code page format.
|
||||
# Examples of SBCS code pages are available from the Unicode Consortium website: https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/
|
||||
@ -1101,7 +1104,7 @@ timeout = 0
|
||||
# dos idle api: If set, DOSBox-X can lower the host system's CPU load when a supported guest program is idle.
|
||||
#
|
||||
# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):
|
||||
# -> badcommandhandler; hma allow reservation; special operation file prefix; drive z is remote; drive z convert fat; drive z expand path; drive z hide files; hidenonrepresentable; hma minimum allocation; dos sda size; hma free space; cpm compatibility mode; minimum dos initial private segment; minimum mcb segment; enable dummy device mcb; maximum environment block size on exec; additional environment block size on exec; enable a20 on windows init; zero memory on xms memory allocation; vcpi; unmask timer on disk io; zero int 67h if no ems; zero unused int 68h; emm386 startup active; zero memory on ems memory allocation; ems system handle memory size; ems system handle on even megabyte; umb start; umb end; kernel allocation in umb; keep umb on boot; keep private area on boot; private area in umb; autoa20fix; autoloadfix; startincon; int33 hide host cursor if interrupt subroutine; int33 hide host cursor when polling; int33 disable cell granularity; int 13 disk change detect; int 13 extensions; biosps2; int15 wait force unmask irq; int15 mouse callback does not preserve registers; filenamechar; collating and uppercase; con device use int 16h to detect keyboard input; zero memory on int 21h memory allocation; pipe temporary device
|
||||
# -> badcommandhandler; mscdex device name; hma allow reservation; command shell flush keyboard buffer; special operation file prefix; drive z is remote; drive z convert fat; drive z expand path; drive z hide files; hidenonrepresentable; hma minimum allocation; dos sda size; hma free space; cpm compatibility mode; minimum dos initial private segment; minimum mcb segment; enable dummy device mcb; maximum environment block size on exec; additional environment block size on exec; enable a20 on windows init; zero memory on xms memory allocation; vcpi; unmask timer on disk io; zero int 67h if no ems; zero unused int 68h; emm386 startup active; zero memory on ems memory allocation; ems system handle memory size; ems system handle on even megabyte; umb start; umb end; kernel allocation in umb; keep umb on boot; keep private area on boot; private area in umb; autoa20fix; autoloadfix; startincon; int33 hide host cursor if interrupt subroutine; int33 hide host cursor when polling; int33 disable cell granularity; int 13 disk change detect; int 13 extensions; biosps2; int15 wait force unmask irq; int15 mouse callback does not preserve registers; filenamechar; collating and uppercase; con device use int 16h to detect keyboard input; zero memory on int 21h memory allocation; pipe temporary device
|
||||
#
|
||||
xms = true
|
||||
xms handles = 0
|
||||
@ -1132,6 +1135,7 @@ startwait = true
|
||||
startquiet = false
|
||||
vmware = true
|
||||
int33 = true
|
||||
mouse report rate = 0
|
||||
keyboardlayout = auto
|
||||
customcodepage =
|
||||
dbcs = true
|
||||
|
@ -249,6 +249,7 @@ debuggerrun = debugger
|
||||
# Putting a minus sign (-) before the time interval causes the auto-saving function to not be activated at start.
|
||||
# saveslot: Select the default save slot (1-100) to save/load states.
|
||||
# savefile: Select the default save file to save/load states. If specified it will be used instead of the save slot.
|
||||
# video debug at startup: If set, have video debug displays on by default
|
||||
# saveremark: If set, the save state feature will ask users to enter remarks when saving a state.
|
||||
# forceloadstate: If set, DOSBox-X will load a saved state even if it finds there is a mismatch in the DOSBox-X version, machine type, program name and/or the memory size.
|
||||
# compresssaveparts: If set, DOSBox-X will compress components of saved states to save space.
|
||||
@ -451,6 +452,7 @@ captures = capture
|
||||
autosave =
|
||||
saveslot = 1
|
||||
savefile =
|
||||
video debug at startup = false
|
||||
saveremark = true
|
||||
forceloadstate = false
|
||||
compresssaveparts = true
|
||||
@ -2026,9 +2028,12 @@ timeout = 0
|
||||
# It is recommended to get and set dosbox-x.conf settings using the CONFIG command instead.
|
||||
# Compatibility with DOSBox SVN can be improved by enabling this option.
|
||||
# badcommandhandler: Allow to specify a custom error handler command for the internal DOS shell before the "Bad command or file name" message shows up.
|
||||
# mscdex device name: If set, use this name as the MSCDEX device name instead of MSCD001
|
||||
# hma: Report through XMS that HMA exists (not necessarily available)
|
||||
# hma allow reservation: Allow TSR and application (anything other than the DOS kernel) to request control of the HMA.
|
||||
# They will not be able to request control however if the DOS kernel is configured to occupy the HMA (DOS=HIGH)
|
||||
# command shell flush keyboard buffer: If set, the DOS shell (COMMAND.COM) will flush the keyboard buffer before executing a command, and will flush the keyboard buffer again when the command returns.
|
||||
# The purpose of this option is to prevent the program from immediately acting on the Enter key you pressed to run it.
|
||||
# hard drive data rate limit: Slow down (limit) hard disk throughput. This setting controls the limit in bytes/second.
|
||||
# Set to 0 to disable the limit, or -1 (default) to use a reasonable limit.
|
||||
# The disk I/O performance as in DOSBox SVN can be achieved by setting this to 0.
|
||||
@ -2178,6 +2183,9 @@ timeout = 0
|
||||
# startincon: START command will start these commands (separated by space) in a console and wait for a key press before exiting.
|
||||
# vmware: Enable VMware interface emulation including guest mouse integration (when used along with e.g. VMware mouse driver for Windows 3.x).
|
||||
# int33: Enable INT 33H for mouse support.
|
||||
# mouse report rate: Mouse reporting rate, or 0 for auto. This affects how often mouse events are reported to the guest through the mouse interrupt.
|
||||
# Some games including CyClone need a lower reporting rate to function correctly. Auto mode allows the guest to change the report rate through the PS/2 mouse emulation.
|
||||
# This option does not affect any DOS game that uses polling through INT 33h to detect mouse movement.
|
||||
# int33 hide host cursor if interrupt subroutine: If set, the cursor on the host will be hidden if the DOS application provides it's own
|
||||
# interrupt subroutine for the mouse driver to call, which is usually an indication that
|
||||
# the DOS game wishes to draw the cursor with it's own support routines (DeluxePaint II).
|
||||
@ -2228,8 +2236,10 @@ xms = true
|
||||
xms handles = 0
|
||||
shell configuration as commands = false
|
||||
badcommandhandler =
|
||||
mscdex device name =
|
||||
hma = true
|
||||
hma allow reservation = true
|
||||
command shell flush keyboard buffer = true
|
||||
hard drive data rate limit = -1
|
||||
floppy drive data rate limit = -1
|
||||
special operation file prefix = .DB
|
||||
@ -2289,6 +2299,7 @@ startquiet = false
|
||||
startincon = assoc attrib chcp copy dir echo for ftype help if set type ver vol xcopy
|
||||
vmware = true
|
||||
int33 = true
|
||||
mouse report rate = 0
|
||||
int33 hide host cursor if interrupt subroutine = true
|
||||
int33 hide host cursor when polling = false
|
||||
int33 disable cell granularity = false
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*auto-generated*/
|
||||
#define UPDATED_STR "Feb 16, 2023 10:47:47am"
|
||||
#define GIT_COMMIT_HASH "868fcc7"
|
||||
#define UPDATED_STR "Mar 23, 2023 8:30:20pm"
|
||||
#define GIT_COMMIT_HASH "314e49b"
|
||||
#define COPYRIGHT_END_YEAR "2023"
|
||||
|
Loading…
x
Reference in New Issue
Block a user