mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:29:24 +02:00
Adapt to dosbox-x
This commit is contained in:
parent
3bee7636dd
commit
dd6efefdbf
@ -33,6 +33,7 @@ priority=higher,normal
|
|||||||
mapperfile=mapper-0.74.map
|
mapperfile=mapper-0.74.map
|
||||||
usescancodes=true
|
usescancodes=true
|
||||||
disablesplash=true
|
disablesplash=true
|
||||||
|
videodriver=dummy
|
||||||
|
|
||||||
[dosbox]
|
[dosbox]
|
||||||
# language: Select another language file.
|
# language: Select another language file.
|
||||||
@ -44,7 +45,7 @@ disablesplash=true
|
|||||||
# though few games might require a higher value.
|
# though few games might require a higher value.
|
||||||
# There is generally no speed advantage when raising this value.
|
# There is generally no speed advantage when raising this value.
|
||||||
|
|
||||||
language=
|
language=/home/muller/gnu/dosbox-x/contrib/translations/en/en_US.lng
|
||||||
machine=svga_s3
|
machine=svga_s3
|
||||||
captures=capture
|
captures=capture
|
||||||
memsize=16
|
memsize=16
|
||||||
@ -107,8 +108,8 @@ prebuffer=20
|
|||||||
# midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use.
|
# midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use.
|
||||||
# See the README/Manual for more details.
|
# See the README/Manual for more details.
|
||||||
|
|
||||||
mpu401=intelligent
|
mpu401=none
|
||||||
mididevice=default
|
mididevice=none
|
||||||
midiconfig=
|
midiconfig=
|
||||||
|
|
||||||
[sblaster]
|
[sblaster]
|
||||||
@ -130,7 +131,7 @@ midiconfig=
|
|||||||
# oplrate: Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate accordingly).
|
# oplrate: Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate accordingly).
|
||||||
# Possible values: 44100, 49716, 48000, 32000, 22050, 16000, 11025, 8000.
|
# Possible values: 44100, 49716, 48000, 32000, 22050, 16000, 11025, 8000.
|
||||||
|
|
||||||
sbtype=sb16
|
sbtype=none
|
||||||
sbbase=220
|
sbbase=220
|
||||||
irq=7
|
irq=7
|
||||||
dma=1
|
dma=1
|
||||||
@ -193,7 +194,7 @@ disney=true
|
|||||||
# swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks.
|
# swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks.
|
||||||
# buttonwrap: enable button wrapping at the number of emulated buttons.
|
# buttonwrap: enable button wrapping at the number of emulated buttons.
|
||||||
|
|
||||||
joysticktype=auto
|
joysticktype=none
|
||||||
timed=true
|
timed=true
|
||||||
autofire=false
|
autofire=false
|
||||||
swap34=false
|
swap34=false
|
||||||
@ -223,6 +224,17 @@ serial2=dummy
|
|||||||
serial3=disabled
|
serial3=disabled
|
||||||
serial4=disabled
|
serial4=disabled
|
||||||
|
|
||||||
|
[log]
|
||||||
|
# logfile: file where the log messages will be saved to
|
||||||
|
# debuggerrun: The run mode when the DOSBox-X Debugger starts.
|
||||||
|
# Possible values: debugger, normal, watch.
|
||||||
|
#
|
||||||
|
# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):
|
||||||
|
# -> vga; vgagfx; vgamisc; int10; sblaster; dma_control; fpu; cpu; paging; fcb; files; ioctl; exec; dosmisc; pit; keyboard; pic; mouse; bios; gui; misc; io; pci; sst; int21; fileio
|
||||||
|
#
|
||||||
|
logfile = test_dosbox_x_logfile.txt
|
||||||
|
debuggerrun = debugger
|
||||||
|
|
||||||
[dos]
|
[dos]
|
||||||
# xms: Enable XMS support.
|
# xms: Enable XMS support.
|
||||||
# ems: Enable EMS support.
|
# ems: Enable EMS support.
|
||||||
@ -232,7 +244,8 @@ serial4=disabled
|
|||||||
xms=true
|
xms=true
|
||||||
ems=true
|
ems=true
|
||||||
umb=true
|
umb=true
|
||||||
keyboardlayout=auto
|
ansi.sys=true
|
||||||
|
keyboardlayout=none
|
||||||
copy_con_to_file=$wrapper_output
|
copy_con_to_file=$wrapper_output
|
||||||
|
|
||||||
[ipx]
|
[ipx]
|
||||||
|
Loading…
Reference in New Issue
Block a user