commit 002179525dbf79254f2d717c761b2bc120c5d62f
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Mon Jan 2 14:54:57 2017 +0100
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Mon Jan 2 14:54:57 2017 +0100
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.
---
README.Music.md | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/README.Music.md b/README.Music.md
index 5af030c0..1b7f0906 100644
--- a/README.Music.md
+++ b/README.Music.md
@@ -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/