aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_adlib.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-05-21 22:47:02 +0200
committerTorbjörn Andersson2015-05-21 22:49:29 +0200
commit6d08055db3368dbaadb22e82d78c86bcb1026950 (patch)
treec591a4b3d7ea6ab2354723a49f0ed791bf8dfd8f /engines/kyra/sound_adlib.cpp
parent61f0d247aa5151381fa242327ff219790d25363d (diff)
downloadscummvm-rg350-6d08055db3368dbaadb22e82d78c86bcb1026950.tar.gz
scummvm-rg350-6d08055db3368dbaadb22e82d78c86bcb1026950.tar.bz2
scummvm-rg350-6d08055db3368dbaadb22e82d78c86bcb1026950.zip
KYRA: Update comment since the file it pointed to moved
Also, ScummVM does have a more modern FMOPL implementation now, so there's no need to bring up other implementations.
Diffstat (limited to 'engines/kyra/sound_adlib.cpp')
-rw-r--r--engines/kyra/sound_adlib.cpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp
index 89ee41e859..c0e0f67b8e 100644
--- a/engines/kyra/sound_adlib.cpp
+++ b/engines/kyra/sound_adlib.cpp
@@ -947,15 +947,10 @@ void AdLibDriver::unkOutput2(uint8 chan) {
//
// This is very strange behavior, and causes problems with the ancient
// FMOPL code we borrowed from AdPlug. I've added a workaround. See
- // fmopl.cpp for more details.
+ // audio/softsynth/opl/mame.cpp for more details.
//
- // More recent versions of the MAME FMOPL don't seem to have this
- // problem, but cannot currently be used because of licensing and
- // performance issues.
- //
- // 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
- // immune, but is apparently not as feature complete as MAME's.
+ // Fortunately, the more modern DOSBox FMOPL code does not seem to have
+ // any trouble with this.
writeOPL(0xB0 + chan, 0x20);
}