This commit is contained in:
Wengier
2020-10-31 15:10:24 -04:00
parent 788e5f8464
commit 2714441fcc
3 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
be similar to the setting "fixed" but the reported be similar to the setting "fixed" but the reported
free disk size will also change relative to the free disk size will also change relative to the
change of the free disk size ever since. (Wengier) change of the free disk size ever since. (Wengier)
- Added support for OPUS CD tracks by porting and - Added support for Opus CD-DA tracks by porting and
cleaning up the source code from other projects. cleaning up the source code from other projects.
Many thanks to Marty Shepard and kcgen. (Wengier) Many thanks to Marty Shepard and kcgen. (Wengier)
- Support for FluidSynth MIDI Synthesizer is now - Support for FluidSynth MIDI Synthesizer is now

View File

@@ -7,7 +7,7 @@ The purpose of this document is to try and build a comprehensive list of source
The base code is from the [DOSBox](https://www.dosbox.com) project in which some of the SVN commits made since 2011 were incorporated into DOSBox-X. This code had since been heavily modified by the DOSBox-X project. The base code is from the [DOSBox](https://www.dosbox.com) project in which some of the SVN commits made since 2011 were incorporated into DOSBox-X. This code had since been heavily modified by the DOSBox-X project.
Some of the source code also came from similar projects such as [DOSBox SVN Daum](http://ykhwong.x-y.net), [DOSBox ECE](https://dosboxece.yesterplay.net/), [dosbox-staging](https://dosbox-staging.github.io/) and [vDosPlus](http://www.vdosplus.org/), with major works from other developers and contributors of DOSBox-X such as Wengier, aybe, Allofich, and rderooy. Some of the source code also came from similar projects such as [DOSBox SVN Daum](http://ykhwong.x-y.net), [DOSBox ECE](https://dosboxece.yesterplay.net/), [DOSBox Staging](https://dosbox-staging.github.io/) and [vDosPlus](http://www.vdosplus.org/), with major works from other developers and contributors of DOSBox-X such as Wengier, aybe, Allofich, and rderooy.
A list of features ported from DOSBox SVN Daum: A list of features ported from DOSBox SVN Daum:
@@ -27,7 +27,7 @@ A list of features ported from DOSBox SVN Daum:
A list of features ported from DOSBox ECE: A list of features ported from DOSBox ECE:
* Support for FLAC, MP3, WAV, OGG Vorbis and OPUS CD-DA tracks (with some decoders ported and cleaned up from DOSBox Staging and DOSBox Optionals by Wengier) * Support for FLAC, MP3, WAV, OGG Vorbis and Opus CD-DA tracks (with some decoders ported and cleaned up from DOSBox Staging and DOSBox Optionals by Wengier)
* Support for mapping mouse buttons to keyboard * Support for mapping mouse buttons to keyboard
* Improved support for 3dfx emulation (Glide wrapper and improved internal card emulation; both improved since then by Wengier) * Improved support for 3dfx emulation (Glide wrapper and improved internal card emulation; both improved since then by Wengier)
* Improved support for FluidSynth MIDI synthesizer * Improved support for FluidSynth MIDI synthesizer
@@ -44,7 +44,7 @@ A list of features ported from vDosPlus by Wengier:
* Long filename support (improved for FAT drives since then by Wengier and joncampbell123) * Long filename support (improved for FAT drives since then by Wengier and joncampbell123)
* Improved support for automatic drive mounting (Windows) * Improved support for automatic drive mounting (Windows)
* Support for clipboard copy and paste (Windows) * Support for clipboard copy and paste (improved since then by Wengier)
* Several shell improvements * Several shell improvements
Features such as save & load states and Pentium MMX instructions were also ported from community contributions and have since been improved by the DOSBox-X project. Features such as save & load states and Pentium MMX instructions were also ported from community contributions and have since been improved by the DOSBox-X project.

View File

@@ -63,7 +63,7 @@ Although based on the DOSBox project, DOSBox-X is now a separate project because
* Support for 3dfx Voodoo chip and Glide emulation * Support for 3dfx Voodoo chip and Glide emulation
* Support for cue sheets with FLAC, MP3, WAV, OGG Vorbis and OPUS CD-DA tracks * Support for cue sheets with FLAC, MP3, WAV, OGG Vorbis and Opus CD-DA tracks
* Support for FluidSynth MIDI synthesizer and Innovation SSI-2001 emulation * Support for FluidSynth MIDI synthesizer and Innovation SSI-2001 emulation