[Scummvm-cvs-logs] CVS: scummvm/doc 07_02a.tex,NONE,1.1 07.tex,1.4,1.5 07_02.tex,1.1,1.2 10.tex,1.11,1.12
Eugene Sandulenko
sev at users.sourceforge.net
Thu Oct 21 15:44:21 CEST 2004
Update of /cvsroot/scummvm/scummvm/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22342/doc
Modified Files:
07.tex 07_02.tex 10.tex
Added Files:
07_02a.tex
Log Message:
Patch #1048326 Better MT-32 support
--- NEW FILE: 07_02a.tex ---
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "readme"
%%% End:
\subsection{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.
You don't need to specify --native-mt32 with this driver, as it automatically
gets turned on.
\textbf{NOTE:} You need to have enough processor power to use this emulator as
it uses heavy floating-point computations.
Index: 07.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/07.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- 07.tex 16 Jul 2004 10:24:29 -0000 1.4
+++ 07.tex 21 Oct 2004 22:37:31 -0000 1.5
@@ -12,6 +12,7 @@
\begin{tabular}[h]{ll}
adlib & Uses internal Adlib Emulation (default)\\
+ mt32 & Uses internal MT-32 Emulation\\
pcjr & Uses internal PCjr Emulation \\
pcspk & Uses internal PC Speaker Emulation\\
towns & Uses FM-TOWNS YM2612 Emulation\\
@@ -31,6 +32,7 @@
\end{verbatim}
\input {07_01.tex}
+\input {07_02a.tex}
\input {07_02.tex}
\input {07_03.tex}
\input {07_04.tex}
Index: 07_02.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/07_02.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 07_02.tex 20 Jan 2004 18:51:32 -0000 1.1
+++ 07_02.tex 21 Oct 2004 22:37:31 -0000 1.2
@@ -10,6 +10,6 @@
prevented music for these games from working on platforms that do not support
MIDI, or soundcards that do not provide MIDI drivers (e.g, many soundcards will
not play MIDI under Linux). ScummVM can now emulate MIDI mode using sampled
-waves and Adlib emulation using the -eadlib option. However, if you are capable
-of using native MIDI, we recommend using one of the MIDI modes below for best
-sound.
+waves and Adlib or MT-32 emulation using the -eadlib or -emt32 options respectively.
+However, if you are capable of using native MIDI, we recommend using one of the
+MIDI modes below for best sound.
Index: 10.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/10.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- 10.tex 27 Aug 2004 10:35:13 -0000 1.11
+++ 10.tex 21 Oct 2004 22:37:31 -0000 1.12
@@ -65,9 +65,12 @@
\item Special thanks to:\\
\begin{tabular}{p{4cm}l}
Sander Buskens & For his work on the initial reversing of Monkey2\\
+ Canadacow & For his MT-32 emulator\\
Kevin Carnes & For Scumm16, the basis of ScummVM older gfx codec\\
+ Jezar & For his freeverb filter implementation\\
Jim Leiterman & Various info on his FM-TOWNS/Marty SCUMM ports\\
Jimmi Thogersen & For ScummRev, and much obscure code/documentation\\
+ Tristan & For his Linux port of MT-32 emulator\\
\end{tabular}
Tony Warriner and everyone at Revolution Software Ltd. for sharing
More information about the Scummvm-git-logs
mailing list