comparison 06/std.xhtml @ 0:f82309a9465e

Initial commit.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 28 Jul 2011 22:57:08 +0200
parents
children b1bec4b5ccf3
comparison
equal deleted inserted replaced
-1:000000000000 0:f82309a9465e
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
4 <head>
5 <title>STD format</title>
6 </head>
7 <body>
8 <h1>STD format</h1>
9 <p>All integers are little endian, all number are hex.</p>
10
11 <h2>Header</h2>
12 <pre>
13 0 - 2 -
14 2 - 2 -
15 4 - 4 - Size of something
16 8 - 2 -
17 a - 6 - Always zero
18 10 - 80 - Name of the stage
19 90 - 80 - Name of the first song
20 110 - 80 - Name of the second song
21 190 - 80 - A string of only a single whitespace
22 210 - 80 - A string of only a single whitespace
23 290 - 80 - path to the first song (as midi)
24 310 - 80 - path to the second song (as midi)
25 390 - 80 - A string of only a single whitespace
26 410 - 80 - A string of only a single whitespace
27 490 - ... - The real data</pre>
28
29 <h2>Data</h2>
30 <pre>
31 0 - ... - ...
32 </pre>
33 </body>
34 </html>