[Scummvm-cvs-logs] SF.net SVN: scummvm: [21275] scummvm/trunk/engines/kyra/sound_adlib.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Mar 14 01:56:01 CET 2006


Revision: 21275
Author:   eriktorbjorn
Date:     2006-03-14 01:55:41 -0800 (Tue, 14 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21275&view=rev

Log Message:
-----------
Updated comment with more circumstantial evidence that the low-frequency note
bug is a bug in our fmopl.cpp. Ken Silverman's Adlib emulator doesn't seem to
exhibit the bug either. (But is apparently less feature complete than MAME's.)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_adlib.cpp
Modified: scummvm/trunk/engines/kyra/sound_adlib.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_adlib.cpp	2006-03-14 09:33:37 UTC (rev 21274)
+++ scummvm/trunk/engines/kyra/sound_adlib.cpp	2006-03-14 09:55:41 UTC (rev 21275)
@@ -815,6 +815,11 @@
 	//
 	// Unfortunately, we cannot use more recent versions because of license
 	// incompatibilities.
+	//
+	// Ken Silverman's Adlib emulator (which can be found on his Web page -
+	// http://www.advsys.net/ken - and as part of AdPlug) also seems to be
+	// proof against this particular bug, but is apparently not as feature
+	// complete as MAME's.
 
 	writeOPL(0xB0 + chan, 0x20);
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list