README.Music: Remove reference to Win9x.

With Chocolate Doom 3.x we won't pretend to support Win9x any more
since it won't run anyway. Part of #834.
This commit is contained in:
Simon Howard 2017-01-02 14:54:57 +01:00
parent 6f48bab893
commit 002179525d

View file

@ -105,20 +105,11 @@ allow access to it. To do hardware OPL, Chocolate Doom must access
the chip directly, which is usually not possible in modern operating
systems unless you are running as the superuser (root/Administrator).
### Windows 9x
### Microsoft Windows
If youre running Windows 95, 98 or Me, there is no need to configure
anything. Windows allows direct access to the OPL chip. You can
confirm that hardware OPL is working by checking for this message in
stdout.txt:
OPL_Init: Using driver 'Win32'.
### Windows NT (including 2000, XP and later)
If youre running an NT-based system, it is not possible to directly
access the OPL chip, even when running as Administrator. Fortunately,
it is possible to use the “ioperm.sys” driver developed for Cygwin:
On modern Windows systems it is not possible to directly access the
OPL chip, even when running as Administrator. Fortunately, it is
possible to use the “ioperm.sys” driver developed for Cygwin:
http://openwince.sourceforge.net/ioperm/