aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Fisher2004-12-05 16:19:21 +0000
committerJerome Fisher2004-12-05 16:19:21 +0000
commit87b472c9e8bfe81ce75f33fae210ce9389a4d29f (patch)
tree0cb3a21689921a735ae1c5d33d3bd601a4e454ca
parentbd9c01ad8c03ebb24b1a61ac649ad767851db64b (diff)
downloadscummvm-rg350-87b472c9e8bfe81ce75f33fae210ce9389a4d29f.tar.gz
scummvm-rg350-87b472c9e8bfe81ce75f33fae210ce9389a4d29f.tar.bz2
scummvm-rg350-87b472c9e8bfe81ce75f33fae210ce9389a4d29f.zip
- Added details about which ROMs are required for the MT-32 emulator.
- Small grammatical fixes to MT-32 section. svn-id: r15988
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index 62f7946e57..025b3fdde5 100644
--- a/README
+++ b/README
@@ -687,16 +687,19 @@ best compatibility between machines and games.
7.2) Playing sound with MT-32 emulation:
---- -----------------------------------
Some games which contain MIDI music data also have improved tracks designed
-for MT-32 sound module. ScummVM can now emulate this card, however you should
-provide original MT-32 ROMs to make it work. Put the roms in game directory or
-directory specified by extrapath.
+for the MT-32 sound module. ScummVM can now emulate this device, however you
+must provide original MT-32 ROMs to make it work:
+
+MT32_PCM.ROM - IC21 (512KB)
+MT32_CONTROL.ROM - IC26 (16KB) and IC27 (16KB), interleaved byte-wise
+
+Place these ROMs in the game directory or a directory specified by extrapath.
You don't need to specify --native-mt32 with this driver, as it automatically
gets turned on.
-NOTE: You need to have enough processor power to use this emulator as it uses
-heavy floating-point computations.
-
+NOTE: The processor requirements for the emulator are quite high; a fast CPU is
+strongly recommended.
7.3) Playing sound with MIDI emulation:
---- ----------------------------------