update conf and timestamp

This commit is contained in:
Wengier 2020-09-15 14:59:41 -04:00
parent ec85c68114
commit db4683443c
2 changed files with 67 additions and 59 deletions

View File

@ -16,9 +16,12 @@
# autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
# autolock_feedback: Autolock status feedback type, i.e. visual, auditive, none.
# Possible values: none, beep, flash.
# clip_mouse_button: Select the mouse button for the Windows clipboard copy/paste function.
# The default mouse button is "right". Set to "middle" if the middle mouse button is desired, or "none" to disable this feature.
# Possible values: none, middle, right.
# clip_key_modifier: Change the keyboard modifier for the Windows clipboard copy/paste function using the right mouse button.
# The default modifier is "shift". Set to "none" if no modifier is desired, or "disabled" to disable this feature.
# Possible values: none, alt, lalt, ralt, ctrl, lctrl, rctrl, shift, lshift, rshift, disabled.
# The default modifier is "shift" (both left and right shift keys). Set to "none" if no modifier is desired.
# Possible values: none, alt, lalt, ralt, ctrl, lctrl, rctrl, shift, lshift, rshift.
# clip_paste_speed: Set keyboard speed for pasting from the Windows clipboard.
# If the default setting of 20 causes lost keystrokes, increase the number.
# Or experiment with decreasing the number for applications that accept keystrokes quickly.
@ -34,7 +37,7 @@
# Possible values: integration, locked, always, never.
# mouse_wheel_key: Convert mouse wheel movements into keyboard presses such as arrow keys.
# 0: disabled; 1: up/down arrows; 2: left/right arrows; 3: PgUp/PgDn keys.
# Possible values: 0, 1, 2, 3.
# Putting a minus sign in front will disable the conversion for guest systems.
# waitonerror: Wait before closing the console if DOSBox-X has an error.
# priority: Priority levels for DOSBox-X. Second entry behind the comma is for when DOSBox-X is not focused/minimized.
# pause is only valid for the second entry.
@ -54,11 +57,12 @@ windowresolution = original
output = default
autolock = false
autolock_feedback = beep
clip_mouse_button = right
clip_key_modifier = shift
clip_paste_speed = 20
sensitivity = 100
mouse_emulation = locked
mouse_wheel_key = 0
mouse_wheel_key = -1
waitonerror = true
priority = higher,normal
mapperfile = mapper-0.83.6.map
@ -158,8 +162,9 @@ fileio = false
# on higher resolution monitors which is probably not what you want.
# Possible values: true, false, 1, 0, auto.
# quit warning: Set this option to indicate whether DOSBox-X should show a warning message when the user tries to close its window.
# If set to auto (default), DOSBox-X will warn if there are open file handles or a guest system is currently running.
# Possible values: true, false, 1, 0, auto.
# If set to auto (default), DOSBox-X will warn if a DOS program, game or a guest system is currently running.
# If set to autofile, DOSBox-X will warn if there are open file handles or a guest system is currently running.
# Possible values: true, false, 1, 0, auto, autofile.
# show advanced options: If set, the Configuration UI will display all config options (including advanced ones) by default.
# keyboard hook: Use keyboard hook (currently only on Windows) to catch special keys and synchronize the keyboard LEDs with the host
# weitek: If set, emulate the Weitek coprocessor. This option only has effect if cputype=386 or cputype=486.
@ -1529,7 +1534,8 @@ dongle = false
# Set this option to true to prevent SCANDISK.EXE from attempting scan and repair drive Z:
# which is impossible since Z: is a virtual drive not backed by a disk filesystem.
# Possible values: true, false, 1, 0, auto.
# drive z hide files: The files listed here (separated by space) will be hidden/removed from the Z drive.
# drive z hide files: The files listed here (separated by space) will be either hidden or removed from the Z drive.
# Files with leading forward slashs (e.g. "/A20GATE.COM") will be hidden files (DIR /A will list them).
# hma minimum allocation: Minimum allocation size for HMA in bytes (equivalent to /HMAMIN= parameter).
# ansi.sys: If set (by default), ANSI.SYS emulation is on. If clear, ANSI.SYS is not emulated and will not appear to be installed.
# NOTE: This option has no effect in PC-98 mode where MS-DOS systems integrate ANSI.SYS into the DOS kernel.
@ -1679,11 +1685,12 @@ dongle = false
# set to false. When enabled this option may incur a slight to moderate performance penalty.
# dos clipboard device enable: If enabled, a DOS device will be added for bidirectional communications with the Windows clipboard.
# Setting to "read" will only allow read access, and setting to "write" will only allow write access.
# Setting to "full" or "true" enables both; setting to "dummy" or "false" disables the access or device.
# Setting to "full" or "true" enables both; setting to "false" or "disabled" disables the access or device.
# The default device name is CLIP$, but can be changed with the "dos clipboard device name" setting below.
# dos clipboard device name: Set DOS device name (up to 8 characters) for bidirectional communications with the Windows clipboard.
# If unset or invalid, the default name CLIP$ will be used (e.g. "TYPE CLIP$" shows the clipboard contents).
# It has no effect if "dos clipboard device enable" is false, and it is deactivated if the secure mode is enabled.
# It has no effect if "dos clipboard device enable" is disabled, and it is deactivated if the secure mode is enabled.
# dos clipboard api: If set, DOS APIs for communications with the Windows clipboard will be enabled.
xms = true
xms handles = 0
shell configuration as commands = false
@ -1691,7 +1698,7 @@ hma = true
hma allow reservation = true
hard drive data rate limit = -1
drive z is remote = auto
drive z hide files =
drive z hide files = /A20GATE.COM /DSXMENU.EXE /HEXMEM16.EXE /HEXMEM32.EXE /LOADROM.COM /NMITEST.COM /VESAMOED.COM /VFRCRATE.COM
hma minimum allocation = 0
ansi.sys = true
log console = false
@ -1750,6 +1757,7 @@ con device use int 16h to detect keyboard input = true
zero memory on int 21h memory allocation = false
dos clipboard device enable = false
dos clipboard device name = CLIP$
dos clipboard api = true
[ipx]
# ipx: Enable ipx over UDP/IP emulation.
@ -1775,53 +1783,6 @@ nicirq = 3
macaddr = AC:DE:48:88:99:AA
realnic = list
[fdc, primary]
# enable: Enable floppy controller interface
# pnp: List floppy controller in ISA PnP BIOS enumeration
# irq: IRQ used by floppy controller. Set to 0 for default.
# WARNING: Setting the IRQ to non-standard values will not work unless the guest OS is using the ISA PnP BIOS to detect the floppy controller.
# Setting the IRQ to one already occupied by another device or IDE controller will trigger "resource conflict" errors in Windows 95.
# Normally, floppy controllers use IRQ 6.
# io: Base I/O port for floppy controller. Set to 0 for default.
# WARNING: Setting the I/O port to non-standard values will not work unless the guest OS is using the ISA PnP BIOS to detect the IDE controller.
# Standard I/O ports are 3F0 and 370.
# dma: DMA channel for floppy controller. Set to -1 for default.
# WARNING: Setting the DMA channel to non-standard values will not work unless the guest OS is using the ISA PnP BIOS to detect the IDE controller.
# Standard DMA channel is 2.
# int13fakev86io: If set, certain INT 13h commands will cause floppy emulation to issue fake CPU I/O
# traps (GPF) in virtual 8086 mode and a fake IRQ signal. You must enable this
# option if you want 32-bit floppy access in Windows 95 to work with DOSBox-X.
# instant mode: If set, all floppy operations are 'instantaneous', they are carried
# out without any delay. Real hardware of course has motor, command
# and data I/O delays and so this option is off by default for realistic
# emulation.
# auto-attach to int 13h: If set, DOSBox-X will automatically attach a disk image as being
# inserted into a floppy drive attached to the controller when imgmount is used
# to mount a disk image to drive 0/1 or A/B. If not set, you must specify
# the -fdc option to imgmount to attach drive A/B to the floppy controller
# manually. You must use the -fdc option regardless if loading floppies into
# drives attached to any other FDC than the primary controller
# mode: Floppy controller mode. What the controller acts like.
# ps2 PS/2 mode (most common)
# ps2_model30 PS/2 model 30
# at AT mode
# xt PC/XT mode
# chip: Floppy controller chipset
# 82077aa Intel 82077AA chipset
# 82072 Intel 82072 chipset
# nec_uPD765 NEC uPD765 chipset
# none No chipset (For PC/XT mode)
enable = false
pnp = true
irq = 0
io = 0
dma = -1
int13fakev86io = false
instant mode = false
auto-attach to int 13h = true
mode = ps2
chip = 82077aa
[ide, primary]
# enable: Enable IDE interface
# pnp: List IDE device in ISA PnP BIOS enumeration
@ -1970,6 +1931,53 @@ cd-rom spinup time = 0
cd-rom spindown timeout = 0
cd-rom insertion delay = 0
[fdc, primary]
# enable: Enable floppy controller interface
# pnp: List floppy controller in ISA PnP BIOS enumeration
# irq: IRQ used by floppy controller. Set to 0 for default.
# WARNING: Setting the IRQ to non-standard values will not work unless the guest OS is using the ISA PnP BIOS to detect the floppy controller.
# Setting the IRQ to one already occupied by another device or IDE controller will trigger "resource conflict" errors in Windows 95.
# Normally, floppy controllers use IRQ 6.
# io: Base I/O port for floppy controller. Set to 0 for default.
# WARNING: Setting the I/O port to non-standard values will not work unless the guest OS is using the ISA PnP BIOS to detect the IDE controller.
# Standard I/O ports are 3F0 and 370.
# dma: DMA channel for floppy controller. Set to -1 for default.
# WARNING: Setting the DMA channel to non-standard values will not work unless the guest OS is using the ISA PnP BIOS to detect the IDE controller.
# Standard DMA channel is 2.
# int13fakev86io: If set, certain INT 13h commands will cause floppy emulation to issue fake CPU I/O
# traps (GPF) in virtual 8086 mode and a fake IRQ signal. You must enable this
# option if you want 32-bit floppy access in Windows 95 to work with DOSBox-X.
# instant mode: If set, all floppy operations are 'instantaneous', they are carried
# out without any delay. Real hardware of course has motor, command
# and data I/O delays and so this option is off by default for realistic
# emulation.
# auto-attach to int 13h: If set, DOSBox-X will automatically attach a disk image as being
# inserted into a floppy drive attached to the controller when imgmount is used
# to mount a disk image to drive 0/1 or A/B. If not set, you must specify
# the -fdc option to imgmount to attach drive A/B to the floppy controller
# manually. You must use the -fdc option regardless if loading floppies into
# drives attached to any other FDC than the primary controller
# mode: Floppy controller mode. What the controller acts like.
# ps2 PS/2 mode (most common)
# ps2_model30 PS/2 model 30
# at AT mode
# xt PC/XT mode
# chip: Floppy controller chipset
# 82077aa Intel 82077AA chipset
# 82072 Intel 82072 chipset
# nec_uPD765 NEC uPD765 chipset
# none No chipset (For PC/XT mode)
enable = false
pnp = true
irq = 0
io = 0
dma = -1
int13fakev86io = false
instant mode = false
auto-attach to int 13h = true
mode = ps2
chip = 82077aa
[4dos]
rem = This section is the 4DOS.INI file, if you use 4DOS as the command shell

View File

@ -1,4 +1,4 @@
/*auto-generated*/
#define UPDATED_STR "Sep 13, 2020 12:08:40pm"
#define GIT_COMMIT_HASH "46f829b"
#define UPDATED_STR "Sep 15, 2020 2:51:42pm"
#define GIT_COMMIT_HASH "ec85c68"
#define COPYRIGHT_END_YEAR "2020"