VDMSound
{{Infobox software
| name = VDMSound
| logo =
| screenshot =
| caption =
| developer =
| programming language =
| released = {{Start date and age|2000|07|04}} {{cite web| url=http://www.ece.mcgill.ca:80/~vromas/vdmsound/news/index.html| archive-url=https://web.archive.org/web/20041209083609/http://www.ece.mcgill.ca/~vromas/vdmsound/news/index.html| archive-date=2004-12-09| title=What's New| accessdate=2017-04-10| url-status=dead}}
| discontinued = yes
| latest release version = 2.0.4
| latest release date = {{Start date and age|2001|08|04}}
| latest preview version = 2.1.0 Beta
| latest preview date = {{Start date and age|2003|07|05}}
| operating system = Windows NT/2000/XP and 95/98/Me
| language = English
| genre = Emulator
| license = GPLv2
| website = {{official url}}
}}
VDMSound was an open-source (licensed under GPLv2) emulator of legacy sound card devices, designed to allow video games and other applications written for MS-DOS to run on the Microsoft Windows NT/2000/XP/95/98/Me operating systems. Its author is Vlad Romascanu.{{cite web| url=http://www.ece.mcgill.ca/~vromas/vdmsound/| archive-url=https://web.archive.org/web/20050129023104/http://www.ece.mcgill.ca/~vromas/vdmsound/| archive-date=2005-01-29| title=The VDMSound project page| accessdate=2017-04-10}}{{SourceForge|vdmsound}}
Features
VDMSound emulates Adlib and Sound Blaster cards (standard, pro and 16), parallel port DAC, and an MPU 401 MIDI (UART-mode) interface. It also provides joystick support.[https://sourceforge.net/p/vdmsound/code-svn/HEAD/tree/trunk/VDMSCore/Deployment/readme.rtf?format=raw VDMSound README (rtf)]
The official VDMSound builds runs on Windows NT/2000/XP. A Windows 95/98/ME port was contributed by Chris Chua.[https://vogons.zetafleet.com/viewtopic.php?t=900 Win9x + VDMSound **ALPHA**]
= Sound recording =
VDMSound allows the recording of all captured sound and music to WAV and MID files.[https://vogons.zetafleet.com/viewtopic.php?t=4444 VOGONS: How can i dump the sound to a wav file?]
= User mappings =
VDMSound allows the user to provide custom mappings for MIDI instruments as well as for joystick buttons and axes.
- MIDI mappings are particularly useful when the type of MIDI device supported by a game (e.g. MT-32) is different from the type of hardware or software device actually present on the system (e.g. Microsoft GS Wavetable SW Synth.)[https://web.archive.org/web/20041208071759/http://www.ece.mcgill.ca/~vromas/vdmsound/faq/index.html#badmidi VDMSound FAQ: The music sounds strange...]
- Joystick mappings are needed principally for DOS-based flight simulation applications, when matching yokes, throttles and pedals to the simulator's expected configuration.[https://vogons.zetafleet.com/viewtopic.php?t=1223 VOGONS: Joystick Emulation]
= Graphical user interface =
As of version 2.1.0 beta, VDMSound also includes a Wizard graphical user interface (integrated as a Windows shell extension), accessible by right-clicking on any MS-DOS executable.[http://www.sierrahelp.com/Utilities/Emulators/VDMSound/Launchpad.html The Sierra Help Pages: VDMS Launchpad]
Design
As opposed to DOSBox, which emulates an entire x86 personal computer with DOS, VDMSound emulates only the sound hardware. All other aspects of DOS emulation are managed natively by the Windows operating system's 16-bit subsystem (NTVDM) through virtualization.{{cite web| url=http://www.osronline.com/ddkx/other/vdd_9cz7.htm| title=Windows Driver Development Kit: Application-Based Intercepts| archive-url=https://web.archive.org/web/20100304132121/http://www.osronline.com/ddkx/other/vdd_9cz7.htm| archive-date=2010-03-04| url-status=dead| accessdate=2022-07-10}} This results in reduced system load (and thus games will run faster than under DOSBox on the same hardware specifications), at the expense of reduced compatibility (see limitations below.)
Limitations
The Windows operating system's 16-bit subsystem is lacking in several areas which directly or indirectly affect VDMSound emulation:
- Incomplete DPMI support in Windows NT/2000/XP results in a number of games not starting or crashing randomly when they communicate with the emulated sound card
- Improper interrupt emulation in Windows NT/2000 (but not XP) results in some games hanging when they communicate with the emulated sound card (requiring patching via CLI2NOP.[https://vogons.zetafleet.com/viewtopic.php?t=31 CLI2NOP FAQ])
- Improper PIC emulation in Windows results in games not being able to use normal (or intelligent) mode, limiting VDMSound's MPU-401 emulation support to UART-mode only.
DOSBox does not rely on the Windows 16-bit subsystem and is thus not subject to these limitations.
History
VDMSound started as a private project in 1998, in Montreal, its motivating purpose being that of capturing in-game MIDI music through software while taking advantage of Windows NT's 16-bit subsystem virtualization. It became open-source and moved to SourceForge after a full rewrite in the early spring of 2001. It was discontinued in early 2004 (last checkin occurred on 2004-02-14), when additional improvements in emulation were no longer possible due to limitations in the Windows 16-bit subsystem. The sound emulation code from VDMSound has since been integrated into DOSBox.[https://vogons.zetafleet.com/viewtopic.php?t=12613 Is the latest version of VDMSound 2.1.0?]
VDMSound was not compatible with Windows Vista, making the project obsolete. The current version, 2.1.0 beta, will remain the final version.
References
{{reflist}}
External links
- {{official website}}
- {{cite web| url=https://www.vogons.org/viewforum.php?f=51| title=Forums about VDMSound| website=vogons.org| accessdate=2022-07-10}}