1
0
Fork 0
dosbox-staging/src
Patryk Obara ddda555854 Remove MCI, DX, and DIO CD-ROM interfaces
Also, remove all traces of these interfaces from user manual (README
file) and man page (docs/dosbox.1).

MCI (Media Control Interface) was a primary Windows interface. Code
comments and documentation claimed, that it's only for "NT, 2000, XP"
but the code was enabled for Windows 2000 or later (version > 4.0).

DX (Digital audio eXtraction (?)) could be forced on any Windows with
autodetection working only on Vista and Windows 7 (code was disabled for
Windows 8 or later - probably unintentionally).

DIO used DeviceIoControl interface and Windows-specific ioctl calls.

All 3 interfaces depend on SDL and SDL_cdrom functionality to work.
SDL_cdrom 1.2 implementation uses MCI on Windows to provide the same
functionality.
2019-12-14 03:35:27 +01:00
..
cpu Merge branch 'svn/trunk' r4301 2019-12-10 15:27:14 +01:00
debug Merge branch 'svn/trunk' r4296 2019-11-26 18:37:09 +01:00
dos Remove MCI, DX, and DIO CD-ROM interfaces 2019-12-14 03:35:27 +01:00
fpu Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
gui Remove code ifdefed for OS/2 2019-12-09 16:27:11 +01:00
hardware Merge branch 'svn/trunk' r4298 2019-12-10 12:42:57 +01:00
ints Silence 12 switch warnings 2019-12-10 12:40:07 +01:00
libs STB Vorbis: eliminate inaccessible branch 2019-12-05 10:35:44 +01:00
misc Remove code ifdefed for OS/2 2019-12-09 16:27:11 +01:00
platform Remove MCI, DX, and DIO CD-ROM interfaces 2019-12-14 03:35:27 +01:00
shell Remove code ifdefed for OS/2 2019-12-09 16:27:11 +01:00
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
dosbox.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
dosbox.ico Updated Icon. Thanks Chaosfish 2007-01-10 15:07:12 +00:00
dosbox_splash.svg Add DOSBox splash screen graphic in vector format 2019-11-02 19:29:03 +01:00
Makefile.am Add the audio handling changes to build system and documentation 2019-11-06 05:47:03 +01:00
winres.rc Update version in config.h and resource script 2019-12-09 07:22:15 +01:00