1
0
Fork 0

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.
This commit is contained in:
Patryk Obara 2019-12-10 19:39:00 +01:00 committed by Patryk Obara
parent ba88bd97d7
commit ddda555854
10 changed files with 15 additions and 1136 deletions

View file

@ -153,7 +153,6 @@
<ClCompile Include="..\src\dosbox.cpp" />
<ClCompile Include="..\src\dos\cdrom.cpp" />
<ClCompile Include="..\src\dos\cdrom_image.cpp" />
<ClCompile Include="..\src\dos\cdrom_ioctl_win32.cpp" />
<ClCompile Include="..\src\dos\dos.cpp" />
<ClCompile Include="..\src\dos\dos_classes.cpp" />
<ClCompile Include="..\src\dos\dos_devices.cpp" />