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:
parent
6f48bab893
commit
002179525d
1 changed files with 4 additions and 13 deletions
|
|
@ -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 you’re 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 you’re 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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue