From 660c23ba3f4285a0c7bd62e7e4df282223ccbe22 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 14 Mar 2006 09:55:41 +0000 Subject: 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.) svn-id: r21275 --- engines/kyra/sound_adlib.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/kyra') diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp index 6b6a77d72a..3d0e7bab68 100644 --- a/engines/kyra/sound_adlib.cpp +++ b/engines/kyra/sound_adlib.cpp @@ -815,6 +815,11 @@ void AdlibDriver::unkOutput2(uint8 chan) { // // 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); } -- cgit v1.2.3