[Scummvm-cvs-logs] CVS: scummex/help specDATA.html,1.1.1.1,1.2 specFRMT.html,1.1.1.1,1.2 specJUMP.html,1.1.1.1,1.2 specMAP.html,1.1.1.1,1.2 specSTOP.html,1.1.1.1,1.2 speciMUS.html,1.1.1.1,1.2

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Jun 26 00:12:00 CEST 2004


Update of /cvsroot/scummvm/scummex/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25379/scummex/help

Modified Files:
	specDATA.html specFRMT.html specJUMP.html specMAP.html 
	specSTOP.html speciMUS.html 
Log Message:
updated help files

Index: specDATA.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/specDATA.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- specDATA.html	18 Sep 2003 16:26:59 -0000	1.1.1.1
+++ specDATA.html	26 Jun 2004 07:10:58 -0000	1.2
@@ -1,38 +1,30 @@
 <HTML>

-<HEAD>

-   <TITLE>DATA</TITLE>

-   <META NAME="resource-type" CONTENT="document">

-</HEAD>

-<FONT SIZE="+2" FACE="Arial">

-

-<B>DATA</B>

-</FONT><P>

-<FONT FACE="Arial" SIZE="-1">

-DATA contains the actual iMUSE sound data within an <A HREF="speciMUS.html">iMUS</A>

-block.<P>

-</FONT>

-

-<FONT FACE="Courier">

-<TABLE CELLSPACING=1 WIDTH="100%">

-<TR>

-  <TD WIDTH="30%" VALIGN=top>"DATA"</TD>

-  <TD WIDTH="20%" VALIGN=top>dword</TD>

-  <TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwSize</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">(Decompressed) Size in bytes (BE)</FONT></TD>

-</TR>

-<TR>

-  <TD> </TD>

-<TR>

-<TR>

-  <TD COLSPAN=3><FONT FACE="Arial" SIZE="-1"><B>followed by data</B></FONT></TD>

-</TR>

-

-</TABLE>

-</FONT>

-</BODY>

+	<HEAD>

+		<TITLE>DATA</TITLE></HEAD>

+	<META NAME="resource-type" CONTENT="document">

+	<FONT SIZE="+2" FACE="Arial"><B>DATA</B> </FONT>

+	<P>

+		<FONT FACE="Arial" SIZE="-1">DATA contains the actual iMUSE Digital sound data 

+			within an <A HREF="speciMUS.html">iMUS</A> block.<P>

+		</FONT><FONT FACE="Courier">

+			<TABLE CELLSPACING="1" WIDTH="100%">

+				<TR>

+					<TD WIDTH="30%" VALIGN="top">"DATA"</TD>

+					<TD WIDTH="20%" VALIGN="top">dword</TD>

+					<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwSize</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">(Decompressed) Size in bytes (BE)</FONT></TD>

+				</TR>

+				<TR>

+					<TD> </TD>

+				<TR>

+				<TR>

+					<TD COLSPAN="3"><FONT FACE="Arial" SIZE="-1"><B>followed by data</B></FONT></TD>

+				</TR>

+			</TABLE>

+		</FONT>

+	</P>

 </HTML>

-


Index: specFRMT.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/specFRMT.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- specFRMT.html	18 Sep 2003 16:27:00 -0000	1.1.1.1
+++ specFRMT.html	26 Jun 2004 07:10:58 -0000	1.2
@@ -1,66 +1,55 @@
 <HTML>

-<HEAD>

-   <TITLE>FRMT</TITLE>

-   <META NAME="resource-type" CONTENT="document">

-</HEAD>

-<FONT SIZE="+2" FACE="Arial">

-

-<B>FRMT</B>

-</FONT><P>

-<FONT FACE="Arial" SIZE="-1">

-FRMT contains the WAV format description of an <A HREF="speciMUS.html">iMUS</A>

-chunk, that is the samplerate, number of channels etc. Actually, FRMT works

-as a hook (just as <A HREF="specJUMP.html">JUMP</A>, REGN

-etc.), i.e. it has a been given a position inside the WAV <A HREF="specDATA.html">DATA</A>

-(which is usually at the start of the data).<P>

-

-

-</FONT>

-

-<FONT FACE="Courier">

-<TABLE CELLSPACING=1 WIDTH="100%">

-<TR>

-  <TD WIDTH="30%" VALIGN=top>"FRMT"</TD>

-  <TD WIDTH="20%" VALIGN=top>dword</TD>

-  <TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwSize</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>

-</TR>

-<TR>

-  <TD> </TD>

-<TR>

-

-<TR>

-  <TD VALIGN=top>dwPosition</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Hook position.</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwUnknown</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Unknown</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwBitsPerSample</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Bits per sample - usually 12 or 16.</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwSampleRate</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Samplerate in hz - usually 11025 or 22050.</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>nChannels</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Number of channels - 1 = mono, 2 = stereo.</FONT></TD>

-</TR>

-

-</TABLE>

-</FONT>

-</BODY>

+	<HEAD>

+		<TITLE>FRMT</TITLE></HEAD>

+	<META NAME="resource-type" CONTENT="document">

+	<FONT SIZE="+2" FACE="Arial"><B>FRMT</B> </FONT>

+	<P>

+		<FONT FACE="Arial" SIZE="-1">FRMT contains the WAV format description of an <A HREF="speciMUS.html">

+				iMUS</A> chunk, that is the samplerate, number of channels etc. Actually, 

+			FRMT works as a hook (just as <A HREF="specJUMP.html">JUMP</A>, REGN etc.), 

+			i.e. it has a been given a position inside the WAV <A HREF="specDATA.html">DATA</A>

+			(which is usually at the start of the data).<P>

+		</FONT><FONT FACE="Courier">

+			<TABLE CELLSPACING="1" WIDTH="100%">

+				<TR>

+					<TD WIDTH="30%" VALIGN="top">"FRMT"</TD>

+					<TD WIDTH="20%" VALIGN="top">dword</TD>

+					<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwSize</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>

+				</TR>

+				<TR>

+					<TD> </TD>

+				<TR>

+				<TR>

+					<TD VALIGN="top">dwPosition</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Hook position.</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwUnknown</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Unknown</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwBitsPerSample</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Bits per sample - usually 8, 12 or 16.</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwSampleRate</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Samplerate in hz - usually 11025 or 22050.</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">nChannels</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Number of channels - 1 = mono, 2 = stereo.</FONT></TD>

+				</TR>

+			</TABLE>

+		</FONT>

+	</P>

 </HTML>

-


Index: specJUMP.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/specJUMP.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- specJUMP.html	18 Sep 2003 16:27:00 -0000	1.1.1.1
+++ specJUMP.html	26 Jun 2004 07:10:58 -0000	1.2
@@ -1,60 +1,52 @@
 <HTML>

-<HEAD>

-   <TITLE>JUMP</TITLE>

-   <META NAME="resource-type" CONTENT="document">

-</HEAD>

-<FONT SIZE="+2" FACE="Arial">

-

-<B>JUMP</B>

-</FONT><P>

-<FONT FACE="Arial" SIZE="-1">

-JUMP contains an <I>i</I>MUSE jump hook, signifying a position in the music

-where a jump could occur - for loops, jumps to transitions etc. Such a jump

-will only occur if the hooks HookID corresponds to the HookID set by the

-SCUMM script.<P>

-

-

-</FONT>

-

-<FONT FACE="Courier">

-<TABLE CELLSPACING=1 WIDTH="100%">

-<TR>

-  <TD WIDTH="30%" VALIGN=top>"JUMP"</TD>

-  <TD WIDTH="20%" VALIGN=top>dword</TD>

-  <TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwSize</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>

-</TR>

-<TR>

-  <TD> </TD>

-<TR>

-

-<TR>

-  <TD VALIGN=top>dwPosition</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Hook position.</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwDestination</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Jump destination byte offset.</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwHookID</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Hook ID.</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwUnknown</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Unknown.</FONT></TD>

-</TR>

-

-</TABLE>

-</FONT>

-</BODY>

+	<HEAD>

+		<TITLE>JUMP</TITLE></HEAD>

+	<META NAME="resource-type" CONTENT="document">

+	<FONT SIZE="+2" FACE="Arial"><B>JUMP</B> </FONT>

+	<P>

+		<FONT FACE="Arial" SIZE="-1">JUMP contains an <I>i</I>MUSE jump hook, signifying a 

+			position in the sound where a jump could occur - for loops, jumps to 

+			transitions etc. Such a jump will only occur if the hooks HookID corresponds to 

+			the <I>i</I>MUSE Digital HookID or set by the SCUMM script. While jumping 

+			current region of sound data are fade out in FadeDelay number 60hz ticks. </FONT>

+		<FONT face="Arial" size="-1">

+			<P>

+		</FONT><FONT FACE="Courier">

+			<TABLE CELLSPACING="1" WIDTH="100%">

+				<TR>

+					<TD WIDTH="30%" VALIGN="top">"JUMP"</TD>

+					<TD WIDTH="20%" VALIGN="top">dword</TD>

+					<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwSize</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>

+				</TR>

+				<TR>

+					<TD> </TD>

+				<TR>

+				<TR>

+					<TD VALIGN="top">dwPosition</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Hook position.</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwDestination</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Jump destination byte offset.</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwHookID</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Hook ID.</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwFadeDelay</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Fade delay track in 60hz ticks.</FONT></TD>

+				</TR>

+			</TABLE>

+		</FONT>

+	</P>

 </HTML>

-


Index: specMAP.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/specMAP.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- specMAP.html	18 Sep 2003 16:27:00 -0000	1.1.1.1
+++ specMAP.html	26 Jun 2004 07:10:58 -0000	1.2
@@ -1,44 +1,32 @@
 <HTML>

-<HEAD>

-   <TITLE>MAP</TITLE>

-   <META NAME="resource-type" CONTENT="document">

-</HEAD>

-<FONT SIZE="+2" FACE="Arial">

-

-<B>MAP</B>

-</FONT><P>

-<FONT FACE="Arial" SIZE="-1">

-MAP is a wrapper for info on iMUSE digital music issues.<P>

-

-</FONT>

-

-<FONT FACE="Courier">

-<TABLE CELLSPACING=1 WIDTH="100%">

-<TR>

-  <TD WIDTH="30%" VALIGN=top>"MAP "</TD>

-  <TD WIDTH="20%" VALIGN=top>dword</TD>

-  <TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier - notice the space (ascii 0x20)</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwSize</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Size in bytes (LE)</FONT></TD>

-</TR>

-<TR>

-  <TD> </TD>

-<TR>

-

-<TR>

-  <TD COLSPAN=3><FONT FACE="Arial" SIZE="-1"><B>followed by sub-blocks:<BR>

-  <A HREF="specFRMT.html">FRMT</A>,

-  TEXT,

-  REGN,

-  <A HREF="specJUMP.html">JUMP</A>,

-  <A HREF="specSTOP.html">STOP</A>,

-  SYNC.</B></FONT></TD>

-</TR>

-</TABLE>

-</FONT>

-</BODY>

+	<HEAD>

+		<TITLE>MAP</TITLE></HEAD>

+	<META NAME="resource-type" CONTENT="document">

+	<FONT SIZE="+2" FACE="Arial"><B>MAP</B> </FONT>

+	<P>

+		<FONT FACE="Arial" SIZE="-1">MAP is a info on iMUSE Digital music issues.<P>

+		</FONT><FONT FACE="Courier">

+			<TABLE CELLSPACING="1" WIDTH="100%">

+				<TR>

+					<TD WIDTH="30%" VALIGN="top">"MAP "</TD>

+					<TD WIDTH="20%" VALIGN="top">dword</TD>

+					<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier - notice the space (ascii 

+							0x20)</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwSize</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Size in bytes (LE)</FONT></TD>

+				</TR>

+				<TR>

+					<TD> </TD>

+				<TR>

+				<TR>

+					<TD COLSPAN="3"><FONT FACE="Arial" SIZE="-1"><B>followed by sub-blocks:<BR>

+								<A HREF="specFRMT.html">FRMT</A>, TEXT, REGN, <A HREF="specJUMP.html">JUMP</A>, <A HREF="specSTOP.html">

+									STOP</A>, SYNC.</B></FONT></TD>

+				</TR>

+			</TABLE>

+		</FONT>

+	</P>

 </HTML>

-


Index: specSTOP.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/specSTOP.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- specSTOP.html	18 Sep 2003 16:27:00 -0000	1.1.1.1
+++ specSTOP.html	26 Jun 2004 07:10:58 -0000	1.2
@@ -1,42 +1,32 @@
 <HTML>

-<HEAD>

-   <TITLE>STOP</TITLE>

-   <META NAME="resource-type" CONTENT="document">

-</HEAD>

-<FONT SIZE="+2" FACE="Arial">

-

-<B>STOP</B>

-</FONT><P>

-<FONT FACE="Arial" SIZE="-1">

-STOP contains an <I>i</I>MUSE stop hook, telling where the music should stop

-playing.<P>

-

-

-</FONT>

-

-<FONT FACE="Courier">

-<TABLE CELLSPACING=1 WIDTH="100%">

-<TR>

-  <TD WIDTH="30%" VALIGN=top>"STOP"</TD>

-  <TD WIDTH="20%" VALIGN=top>dword</TD>

-  <TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwSize</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>

-</TR>

-<TR>

-  <TD> </TD>

-<TR>

-

-<TR>

-  <TD VALIGN=top>dwPosition</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Hook position.</FONT></TD>

-</TR>

-</TABLE>

-</FONT>

-</BODY>

+	<HEAD>

+		<TITLE>STOP</TITLE></HEAD>

+	<META NAME="resource-type" CONTENT="document">

+	<FONT SIZE="+2" FACE="Arial"><B>STOP</B> </FONT>

+	<P>

+		<FONT FACE="Arial" SIZE="-1">STOP contains an <I>i</I>MUSE Digital stop hook, 

+			telling where the sound should stop playing.<P>

+		</FONT><FONT FACE="Courier">

+			<TABLE CELLSPACING="1" WIDTH="100%">

+				<TR>

+					<TD WIDTH="30%" VALIGN="top">"STOP"</TD>

+					<TD WIDTH="20%" VALIGN="top">dword</TD>

+					<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top" height="20">dwSize</TD>

+					<TD VALIGN="top" height="20">dword</TD>

+					<TD height="20"><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>

+				</TR>

+				<TR>

+					<TD> </TD>

+				<TR>

+				<TR>

+					<TD VALIGN="top">dwPosition</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Hook stop position.</FONT></TD>

+				</TR>

+			</TABLE>

+		</FONT>

+	</P>

 </HTML>

-


Index: speciMUS.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/speciMUS.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- speciMUS.html	18 Sep 2003 16:27:00 -0000	1.1.1.1
+++ speciMUS.html	26 Jun 2004 07:10:58 -0000	1.2
@@ -1,45 +1,37 @@
 <HTML>

-<HEAD>

-   <TITLE>iMUS</TITLE>

-   <META NAME="resource-type" CONTENT="document">

-</HEAD>

-<FONT SIZE="+2" FACE="Arial">

-

-<B>iMUS</B>

-</FONT><P>

-<FONT FACE="Arial" SIZE="-1">

-iMUS (not to be confused with IMUS) is a wrapper for (usually

-compressed) iMUSE digital cues.<P>

-</FONT>

-

-<FONT FACE="Courier">

-<TABLE CELLSPACING=1 WIDTH="100%">

-<TR>

-  <TD WIDTH="30%" VALIGN=top>"iMUS"</TD>

-  <TD WIDTH="20%" VALIGN=top>dword</TD>

-  <TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>dwDecompSize</TD>

-  <TD VALIGN=top>dword</TD>

-  <TD><FONT FACE="Arial" SIZE="-1">Decompressed size in bytes (BE)</FONT></TD>

-</TR>

-<TR>

-  <TD> </TD>

-<TR>

-<TR>

-  <TD VALIGN=top>blMAP</TD>

-  <TD VALIGN=top>block</TD>

-  <TD><FONT FACE="Arial" SIZE="-1"><A HREF="specMAP.html">MAP</A> block</FONT></TD>

-</TR>

-<TR>

-  <TD VALIGN=top>blDATA</TD>

-  <TD VALIGN=top>block</TD>

-  <TD><FONT FACE="Arial" SIZE="-1"><A HREF="specDATA.html">DATA</A> block</FONT></TD>

-</TR>

-

-</TABLE>

-</FONT>

-</BODY>

+	<HEAD>

+		<TITLE>iMUS</TITLE></HEAD>

+	<META NAME="resource-type" CONTENT="document">

+	<FONT SIZE="+2" FACE="Arial"><B>iMUS</B> </FONT>

+	<P>

+		<FONT FACE="Arial" SIZE="-1">iMUS (not to be confused with IMUS) is for iMUSE 

+			Digital sounds.<P>

+		</FONT><FONT FACE="Courier">

+			<TABLE CELLSPACING="1" WIDTH="100%">

+				<TR>

+					<TD WIDTH="30%" VALIGN="top">"iMUS"</TD>

+					<TD WIDTH="20%" VALIGN="top">dword</TD>

+					<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">dwDecompSize</TD>

+					<TD VALIGN="top">dword</TD>

+					<TD><FONT FACE="Arial" SIZE="-1">Decompressed size in bytes (BE)</FONT></TD>

+				</TR>

+				<TR>

+					<TD> </TD>

+				<TR>

+				<TR>

+					<TD VALIGN="top">blMAP</TD>

+					<TD VALIGN="top">block</TD>

+					<TD><FONT FACE="Arial" SIZE="-1"><A HREF="specMAP.html">MAP</A> block</FONT></TD>

+				</TR>

+				<TR>

+					<TD VALIGN="top">blDATA</TD>

+					<TD VALIGN="top">block</TD>

+					<TD><FONT FACE="Arial" SIZE="-1"><A HREF="specDATA.html">DATA</A> block</FONT></TD>

+				</TR>

+			</TABLE>

+		</FONT>

+	</P>

 </HTML>

-






More information about the Scummvm-git-logs mailing list