diff options
author | Torbjörn Andersson | 2006-03-14 09:55:41 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-03-14 09:55:41 +0000 |
commit | 660c23ba3f4285a0c7bd62e7e4df282223ccbe22 (patch) | |
tree | e5484536e49f2886a47543a205fae1b2654a3e76 /engines | |
parent | f6d69c6d45febe555ef4263db6e74446dc375d71 (diff) | |
download | scummvm-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
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/sound_adlib.cpp | 5 |
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); } |