aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-03-14 09:55:41 +0000
committerTorbjörn Andersson2006-03-14 09:55:41 +0000
commit660c23ba3f4285a0c7bd62e7e4df282223ccbe22 (patch)
treee5484536e49f2886a47543a205fae1b2654a3e76
parentf6d69c6d45febe555ef4263db6e74446dc375d71 (diff)
downloadscummvm-rg350-660c23ba3f4285a0c7bd62e7e4df282223ccbe22.tar.gz
scummvm-rg350-660c23ba3f4285a0c7bd62e7e4df282223ccbe22.tar.bz2
scummvm-rg350-660c23ba3f4285a0c7bd62e7e4df282223ccbe22.zip
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
-rw-r--r--engines/kyra/sound_adlib.cpp5
1 files changed, 5 insertions, 0 deletions
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);
}