aboutsummaryrefslogtreecommitdiff
path: root/doc/games-mmnes.tex
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-05 21:36:16 +0000
committerEugene Sandulenko2006-06-05 21:36:16 +0000
commit0c00df4d7cfe6c0f22be5c506f0ab02f8f9b9158 (patch)
tree58f627f1a2832c062ed9c4fabb001952d7c1d963 /doc/games-mmnes.tex
parent4297d973040af642ee3c32e993e8f197ce74a08e (diff)
downloadscummvm-rg350-0c00df4d7cfe6c0f22be5c506f0ab02f8f9b9158.tar.gz
scummvm-rg350-0c00df4d7cfe6c0f22be5c506f0ab02f8f9b9158.tar.bz2
scummvm-rg350-0c00df4d7cfe6c0f22be5c506f0ab02f8f9b9158.zip
WIP from Joachim of putting TeX documentation in sync. Please, do not modify.
It does not compile and is not finished, do not fix any errors yet. svn-id: r22947
Diffstat (limited to 'doc/games-mmnes.tex')
-rw-r--r--doc/games-mmnes.tex29
1 files changed, 19 insertions, 10 deletions
diff --git a/doc/games-mmnes.tex b/doc/games-mmnes.tex
index ed32aae2ba..e38f19f47d 100644
--- a/doc/games-mmnes.tex
+++ b/doc/games-mmnes.tex
@@ -1,24 +1,33 @@
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme.tex"
+%%% End:
+
+
\subsection{Maniac Mansion NES notes}
-Supported versions are English USA (E), French (F), German (G), Swedish (SW)
-and European (U). ScummVM requires just PRG section to run and not whole ROM.
+
+Supported versions are English GB (E), French (F), German (G), Swedish (SW)
+and English US (U).
+ScummVM requires just the PRG section to run and not the whole ROM.
In order to get the game working, you will have to strip out the first
16 bytes from the ROM you are trying to work with. Any hex editor will work
as long as you are able to copy/paste. After you open the ROM with the
-hex editor, copy everything from second row (17th byte) to the end. After
-you do this, paste it to a new hex file. Give the new file name
-"Maniac Mansion (XX).prg" where XX depends on version you are working
+hex editor, copy everything from the second row (17th byte) to the end.
+After you do this, paste it to a new hex file. Name the new file
+"Maniac Mansion (XX).prg" while XX stands for the version you are working
with (E, F, G, SW, or U). The final size should be exactly 262144 bytes.
-If you add game manually make sure that platform is set to NES.
+If you add the game manually make sure that the platform is set to NES.
-Most common mistakes which prevent game from running:
+Most common mistakes which prevents the game from running:
\begin{itemize}
\item Bad file
\item ROM extracted with the 0.7.0 tools
- \item You try to feed ScummVM with the FULL rom and not just the PRG section.
+ \item You try to feed ScummVM with the FULL ROM and not just the PRG section.
\end{itemize}
-Also it is possible to extract separate LFL files from PRG section. Use
-extract\_mm\_nes utility from tools package.
+It is also possible to extract the separate LFL files from the PRG section.
+To do so use the extract\_mm\_nes utility from the tools package.