- Added details about which ROMs are required for the MT-32 emulator.

- Small grammatical fixes to MT-32 section.

svn-id: r15988
This commit is contained in:
Jerome Fisher 2004-12-05 16:19:21 +00:00
parent bd9c01ad8c
commit 87b472c9e8

15
README
View file

@ -687,16 +687,19 @@ best compatibility between machines and games.
7.2) Playing sound with MT-32 emulation: 7.2) Playing sound with MT-32 emulation:
---- ----------------------------------- ---- -----------------------------------
Some games which contain MIDI music data also have improved tracks designed 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 for the MT-32 sound module. ScummVM can now emulate this device, however you
provide original MT-32 ROMs to make it work. Put the roms in game directory or must provide original MT-32 ROMs to make it work:
directory specified by extrapath.
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 You don't need to specify --native-mt32 with this driver, as it automatically
gets turned on. gets turned on.
NOTE: You need to have enough processor power to use this emulator as it uses NOTE: The processor requirements for the emulator are quite high; a fast CPU is
heavy floating-point computations. strongly recommended.
7.3) Playing sound with MIDI emulation: 7.3) Playing sound with MIDI emulation:
---- ---------------------------------- ---- ----------------------------------