diff options
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); } |