aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEugene Sandulenko2005-09-07 15:55:11 +0000
committerEugene Sandulenko2005-09-07 15:55:11 +0000
commit677561ab854507deef9c08d4a6c748a49a3a08af (patch)
tree604c4c0d1f35eb2028c7a552f0860cd592927ed6 /doc
parent3c85804c257c78d52a4fa5fa3fe893dcf42ac4d6 (diff)
downloadscummvm-rg350-677561ab854507deef9c08d4a6c748a49a3a08af.tar.gz
scummvm-rg350-677561ab854507deef9c08d4a6c748a49a3a08af.tar.bz2
scummvm-rg350-677561ab854507deef9c08d4a6c748a49a3a08af.zip
Add description on how to handle MM NES and C64 games.
svn-id: r18783
Diffstat (limited to 'doc')
-rw-r--r--doc/03.tex21
-rw-r--r--doc/03_05a.tex14
2 files changed, 20 insertions, 15 deletions
diff --git a/doc/03.tex b/doc/03.tex
index 67678f8593..26b1dcf850 100644
--- a/doc/03.tex
+++ b/doc/03.tex
@@ -16,20 +16,11 @@ this is not always true.
\begin{itemize}
\item SCUMM Games by LucasArts:\\
\begin {tabular} [h] {ll}
- Maniac Mansion (Classic Version)& [Game: maniac]\\
- Maniac Mansion (Enhanced Version)& [Game: maniac]\\
- Zak McKracken (Classic Version)& [Game: zak]\\
- Zak McKracken (Enhanced Version)& [Game: zak]\\
- Indiana Jones \& the Last Crusade (EGA)& [Game: indy3ega]\\
- Indiana Jones \& the Last Crusade (256)& [Game: indy3]\\
- Indiana Jones \& the Last Crusade (FM-TOWNS)& [Game: indy3towns]\\
- Loom (16 color floppy version)& [Game: loom]\\
- Loom (FM-TOWNS)& [Game: loomtowns]\\
- Loom (256 color CD version)& [Game: loomcd]\\
- Zak McKracken (FM-TOWNS)& [Game: zaktowns]\\
- Monkey Island 1 (EGA)& [Game: monkeyega]\\
- Monkey Island 1 (VGA)& [Game: monkeyvga]\\
- Monkey Island 1 (CD)& [Game: monkey/monkey1]\\
+ Maniac Mansion& [Game: maniac]\\
+ Zak McKracken& [Game: zak]\\
+ Indiana Jones \& the Last Crusade& [Game: indy3]\\
+ Loom& [Game: loom]\\
+ Monkey Island 1& [Game: monkey]\\
Monkey Island 2& [Game: monkey2]\\
Indiana Jones and the Fate of Atlantis& [Game: atlantis]\\
Day of the Tentacle& [Game: tentacle]\\
@@ -92,7 +83,7 @@ compatibility chart.
Backyard Soccer& [Game: soccer]\\
Big Thinkers First Grade& [Game: thinker1]\\
Pajama Sam 3: You Are What You Eat From Your Head to Your Feet&[Game: pajama3]\\
- Pajama Sam's Lost & Found& [Game: lost]\\
+ Pajama Sam's Lost \& Found& [Game: lost]\\
Putt-Putt Enters the Race& [Game: puttrace]\\
Putt-Putt Joins the Circus& [Game: puttcircus]\\
Spyfox 3: Operation Ozone& [Game: spyozon]\\
diff --git a/doc/03_05a.tex b/doc/03_05a.tex
index 2d15232ab5..f9aa64cbeb 100644
--- a/doc/03_05a.tex
+++ b/doc/03_05a.tex
@@ -20,3 +20,17 @@ i.e. they should have both resource and data forks. Just copy all 'ITE *' files.
CD version of Gobliiins contains one big audio track which needs to be ripped
and copied into game directory. See section \ref{sect-compressing-audiofiles}.
+\subsection{Maniac Mansion NES notes}
+Supported versions are English USA (E), French (F), Swedish (SW) and European
+(U). Either use extract\_mm\_nes utility from tools package (but then game
+will not be autodetected) or use PRG section of ROM (with first 16 bytes
+stripped) with 262144 bytes size. It should be named "Maniac Mansion (XX).prg",
+where XX is standard region abbreviation such as E, F, SW or U. If you add
+game manually make sure that platform is set to NES.
+
+\subsection{Commodore64 games notes}
+Both Maniac Mansion and Zak McKracken run but Maniac Mansion is not yet
+playable. Either use extract\_mm\_c64 (but then game will not be autodetected)
+or name D64 disks as "maniac1.d64", "maniac2.d64" and "zak1.d64", "zak2.d64"
+respectively. If you add game manually make sure that platform is set to
+Commodore64.