mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update build date and reference conf
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<category>Emulation</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="@PACKAGE_VERSION@" date="2021-2-5"/>
|
||||
<release version="@PACKAGE_VERSION@" date="2021-2-15"/>
|
||||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
|
@@ -9,6 +9,7 @@
|
||||
# fullresolution: What resolution to use for fullscreen: original, desktop or a fixed size (e.g. 1024x768).
|
||||
# Using your monitor's native resolution with aspect=true might give the best results.
|
||||
# If you end up with small window on a large screen, try an output different from surface.
|
||||
#
|
||||
# windowresolution: Scale the window to this size IF the output device supports hardware scaling.
|
||||
# (output=surface does not!)
|
||||
# windowposition: Set the window position at startup in the positionX,positionY format (e.g.: 1300,200)
|
||||
@@ -468,6 +469,15 @@ freesizecap = cap
|
||||
#DOSBOX-X-ADV:#
|
||||
#DOSBOX-X-ADV:# 4low behavior is default for ET4000 emulation.
|
||||
#DOSBOX-X-ADV:# Possible values: , auto, 4x4, 4low, first16.
|
||||
#DOSBOX-X-ADV:# vga bios use rom image: If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).
|
||||
#DOSBOX-X-ADV:# If left unset, and DOSBox-X is asked to load a VGA BIOS from a file, a file name
|
||||
#DOSBOX-X-ADV:# is chosen automatically from the machine type. For example, Tseng ET4000 emulation
|
||||
#DOSBOX-X-ADV:# (machine=et4000) will look for et4000.bin. VGA BIOS ROM images can be dumped from
|
||||
#DOSBOX-X-ADV:# real hardware or downloaded from the PCem ROMs collection.
|
||||
#DOSBOX-X-ADV:#
|
||||
#DOSBOX-X-ADV:# machine=vgaonly ibm_vga.bin
|
||||
#DOSBOX-X-ADV:# machine=svga_s3 s3_764.bin
|
||||
#DOSBOX-X-ADV:# machine=svga_et4000 et4000.bin
|
||||
#DOSBOX-X-ADV:# vga bios size override: VGA BIOS size override. Override the size of the VGA BIOS (normally 32KB in compatible or 12KB in non-compatible).
|
||||
#DOSBOX-X-ADV:# video bios dont duplicate cga first half rom font: If set, save 4KB of EGA/VGA ROM space by pointing to the copy in the ROM BIOS of the first 128 chars
|
||||
#DOSBOX-X-ADV:# video bios always offer 14-pixel high rom font: If set, video BIOS will always carry the 14-pixel ROM font. If clear, 14-pixel rom font will not be offered except for EGA/VGA emulation.
|
||||
@@ -611,6 +621,8 @@ high intensity blinking = true
|
||||
#DOSBOX-X-ADV:svga lfb base = 0
|
||||
#DOSBOX-X-ADV:pci vga = true
|
||||
#DOSBOX-X-ADV:vga attribute controller mapping = auto
|
||||
#DOSBOX-X-ADV:vga bios use rom image = false
|
||||
#DOSBOX-X-ADV:vga bios rom image =
|
||||
#DOSBOX-X-ADV:vga bios size override = 0
|
||||
#DOSBOX-X-ADV:video bios dont duplicate cga first half rom font = false
|
||||
#DOSBOX-X-ADV:video bios always offer 14-pixel high rom font = false
|
||||
@@ -1043,7 +1055,8 @@ blocksize = 1024
|
||||
# Possible values: 0, 300, 310, 320, 330, 332, 334, 336, 340, 360, c0d0, c8d0, d0d0, d8d0, e0d0, e8d0, f0d0, f8d0, 80d2, 80d4, 80d6, 80d8, 80da, 80dc, 80de.
|
||||
# mididevice: Device that will receive the MIDI data from MPU-401.
|
||||
# Possible values: default, win32, alsa, oss, coreaudio, coremidi, mt32, synth, fluidsynth, timidity, none.
|
||||
# midiconfig: Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use (find the id/name with mixer/listmidi).
|
||||
# midiconfig: Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use
|
||||
# (find the id/name with mixer/listmidi).
|
||||
# Or in the case of coreaudio or synth, you can specify a soundfont here.
|
||||
# When using a Roland MT-32 rev. 0 as midi output device, some games may require a delay in order to prevent 'buffer overflow' issues.
|
||||
# In that case, add 'delaysysex', for example: midiconfig=2 delaysysex
|
||||
|
@@ -9,6 +9,7 @@
|
||||
# fullresolution: What resolution to use for fullscreen: original, desktop or a fixed size (e.g. 1024x768).
|
||||
# Using your monitor's native resolution with aspect=true might give the best results.
|
||||
# If you end up with small window on a large screen, try an output different from surface.
|
||||
#
|
||||
# windowresolution: Scale the window to this size IF the output device supports hardware scaling.
|
||||
# (output=surface does not!)
|
||||
# windowposition: Set the window position at startup in the positionX,positionY format (e.g.: 1300,200)
|
||||
@@ -344,7 +345,8 @@ blocksize = 1024
|
||||
# Possible values: 0, 300, 310, 320, 330, 332, 334, 336, 340, 360, c0d0, c8d0, d0d0, d8d0, e0d0, e8d0, f0d0, f8d0, 80d2, 80d4, 80d6, 80d8, 80da, 80dc, 80de.
|
||||
# mididevice: Device that will receive the MIDI data from MPU-401.
|
||||
# Possible values: default, win32, alsa, oss, coreaudio, coremidi, mt32, synth, fluidsynth, timidity, none.
|
||||
# midiconfig: Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use (find the id/name with mixer/listmidi).
|
||||
# midiconfig: Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use
|
||||
# (find the id/name with mixer/listmidi).
|
||||
# Or in the case of coreaudio or synth, you can specify a soundfont here.
|
||||
# When using a Roland MT-32 rev. 0 as midi output device, some games may require a delay in order to prevent 'buffer overflow' issues.
|
||||
# In that case, add 'delaysysex', for example: midiconfig=2 delaysysex
|
||||
|
@@ -9,6 +9,7 @@
|
||||
# fullresolution: What resolution to use for fullscreen: original, desktop or a fixed size (e.g. 1024x768).
|
||||
# Using your monitor's native resolution with aspect=true might give the best results.
|
||||
# If you end up with small window on a large screen, try an output different from surface.
|
||||
#
|
||||
# windowresolution: Scale the window to this size IF the output device supports hardware scaling.
|
||||
# (output=surface does not!)
|
||||
# windowposition: Set the window position at startup in the positionX,positionY format (e.g.: 1300,200)
|
||||
@@ -468,6 +469,15 @@ enable pci bus = true
|
||||
#
|
||||
# 4low behavior is default for ET4000 emulation.
|
||||
# Possible values: , auto, 4x4, 4low, first16.
|
||||
# vga bios use rom image: If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).
|
||||
# If left unset, and DOSBox-X is asked to load a VGA BIOS from a file, a file name
|
||||
# is chosen automatically from the machine type. For example, Tseng ET4000 emulation
|
||||
# (machine=et4000) will look for et4000.bin. VGA BIOS ROM images can be dumped from
|
||||
# real hardware or downloaded from the PCem ROMs collection.
|
||||
#
|
||||
# machine=vgaonly ibm_vga.bin
|
||||
# machine=svga_s3 s3_764.bin
|
||||
# machine=svga_et4000 et4000.bin
|
||||
# vga bios size override: VGA BIOS size override. Override the size of the VGA BIOS (normally 32KB in compatible or 12KB in non-compatible).
|
||||
# video bios dont duplicate cga first half rom font: If set, save 4KB of EGA/VGA ROM space by pointing to the copy in the ROM BIOS of the first 128 chars
|
||||
# video bios always offer 14-pixel high rom font: If set, video BIOS will always carry the 14-pixel ROM font. If clear, 14-pixel rom font will not be offered except for EGA/VGA emulation.
|
||||
@@ -611,6 +621,8 @@ high intensity blinking = true
|
||||
svga lfb base = 0
|
||||
pci vga = true
|
||||
vga attribute controller mapping = auto
|
||||
vga bios use rom image = false
|
||||
vga bios rom image =
|
||||
vga bios size override = 0
|
||||
video bios dont duplicate cga first half rom font = false
|
||||
video bios always offer 14-pixel high rom font = false
|
||||
@@ -1043,7 +1055,8 @@ prebuffer = 25
|
||||
# Possible values: 0, 300, 310, 320, 330, 332, 334, 336, 340, 360, c0d0, c8d0, d0d0, d8d0, e0d0, e8d0, f0d0, f8d0, 80d2, 80d4, 80d6, 80d8, 80da, 80dc, 80de.
|
||||
# mididevice: Device that will receive the MIDI data from MPU-401.
|
||||
# Possible values: default, win32, alsa, oss, coreaudio, coremidi, mt32, synth, fluidsynth, timidity, none.
|
||||
# midiconfig: Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use (find the id/name with mixer/listmidi).
|
||||
# midiconfig: Special configuration options for the device driver. This is usually the id or part of the name of the device you want to use
|
||||
# (find the id/name with mixer/listmidi).
|
||||
# Or in the case of coreaudio or synth, you can specify a soundfont here.
|
||||
# When using a Roland MT-32 rev. 0 as midi output device, some games may require a delay in order to prevent 'buffer overflow' issues.
|
||||
# In that case, add 'delaysysex', for example: midiconfig=2 delaysysex
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/*auto-generated*/
|
||||
#define UPDATED_STR "Feb 5, 2021 12:40:24am"
|
||||
#define GIT_COMMIT_HASH "081d96b"
|
||||
#define UPDATED_STR "Feb 15, 2021 3:55:09pm"
|
||||
#define GIT_COMMIT_HASH "45fbbb9"
|
||||
#define COPYRIGHT_END_YEAR "2021"
|
||||
|
Reference in New Issue
Block a user