1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
static const byte k1WestwoodLogoSeqDOSDemo[68] = {
0x00, 0x02, 0x01, 0x02, 0x02, 0x00, 0x00, 0x00,
0x00, 0x16, 0x01, 0x06, 0x06, 0x00, 0x06, 0x3C,
0x00, 0x0A, 0x00, 0x03, 0x02, 0x16, 0x01, 0x0B,
0x00, 0x08, 0x00, 0x06, 0x3C, 0x00, 0x0A, 0x01,
0x03, 0x02, 0x16, 0x01, 0x0B, 0x01, 0x0B, 0x00,
0x06, 0x78, 0x00, 0x02, 0x02, 0x0A, 0x00, 0x00,
0x00, 0x16, 0x01, 0x06, 0x06, 0x00, 0x0A, 0x02,
0x04, 0x02, 0x16, 0x01, 0x0B, 0x02, 0x09, 0x00,
0x13, 0x01, 0x02, 0x1A
};
static const ByteProvider k1WestwoodLogoSeqDOSDemoProvider = { ARRAYSIZE(k1WestwoodLogoSeqDOSDemo), k1WestwoodLogoSeqDOSDemo };
static const byte k1KyrandiaLogoSeqDOSDemo[84] = {
0x15, 0x00, 0x02, 0x00, 0x05, 0x01, 0x02, 0x05,
0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0x06, 0x06,
0x00, 0x06, 0x3C, 0x00, 0x0A, 0x00, 0x03, 0x05,
0x16, 0x00, 0x0B, 0x00, 0x0B, 0x00, 0x06, 0x3C,
0x00, 0x0A, 0x01, 0x03, 0x05, 0x16, 0x00, 0x0B,
0x01, 0x0F, 0x00, 0x06, 0x3C, 0x00, 0x0A, 0x02,
0x04, 0x05, 0x16, 0x00, 0x0B, 0x02, 0x0F, 0x00,
0x02, 0x05, 0x0D, 0x00, 0x00, 0x00, 0x16, 0x00,
0x06, 0x06, 0x00, 0x06, 0x78, 0x00, 0x0A, 0x02,
0x04, 0x05, 0x16, 0x00, 0x0B, 0x02, 0x0C, 0x00,
0x13, 0x01, 0x05, 0x1A
};
static const ByteProvider k1KyrandiaLogoSeqDOSDemoProvider = { ARRAYSIZE(k1KyrandiaLogoSeqDOSDemo), k1KyrandiaLogoSeqDOSDemo };
static const char *const k1IntroCPSStringsDOSDemo[1] = {
"mal-kal.cps"
};
static const StringListProvider k1IntroCPSStringsDOSDemoProvider = { ARRAYSIZE(k1IntroCPSStringsDOSDemo), k1IntroCPSStringsDOSDemo };
static const char *const k1IntroCOLStringsDOSDemo[7] = {
"kallak.col",
"demo1.col",
"demo2.col",
"demo3.col",
"demo4.col",
"ww.col",
"mal-kal.col"
};
static const StringListProvider k1IntroCOLStringsDOSDemoProvider = { ARRAYSIZE(k1IntroCOLStringsDOSDemo), k1IntroCOLStringsDOSDemo };
static const char *const k1IntroWSAStringsDOSDemo[7] = {
"kallak.wsa",
"demo1.wsa",
"westwood.wsa",
"demo2.wsa",
"demo3.wsa",
"kyrandia.wsa",
"demo4.wsa"
};
static const StringListProvider k1IntroWSAStringsDOSDemoProvider = { ARRAYSIZE(k1IntroWSAStringsDOSDemo), k1IntroWSAStringsDOSDemo };
static const byte k1Demo1SeqDOSDemo[38] = {
0x00, 0x01, 0x00, 0x0C, 0x01, 0x02, 0x01, 0x00,
0x00, 0x00, 0x00, 0x09, 0x14, 0x06, 0x01, 0x00,
0x06, 0x3C, 0x00, 0x0A, 0x00, 0x03, 0x01, 0x06,
0x04, 0x00, 0x0B, 0x00, 0x19, 0x00, 0x06, 0x78,
0x00, 0x13, 0x0E, 0x01, 0x01, 0x1A
};
static const ByteProvider k1Demo1SeqDOSDemoProvider = { ARRAYSIZE(k1Demo1SeqDOSDemo), k1Demo1SeqDOSDemo };
static const byte k1Demo2SeqDOSDemo[35] = {
0x00, 0x03, 0x00, 0x0C, 0x02, 0x02, 0x03, 0x00,
0x00, 0x00, 0x00, 0x09, 0x14, 0x06, 0x01, 0x00,
0x06, 0x3C, 0x00, 0x0A, 0x00, 0x03, 0x03, 0x06,
0x04, 0x00, 0x0B, 0x00, 0x71, 0x00, 0x13, 0x0E,
0x01, 0x03, 0x1A
};
static const ByteProvider k1Demo2SeqDOSDemoProvider = { ARRAYSIZE(k1Demo2SeqDOSDemo), k1Demo2SeqDOSDemo };
static const byte k1Demo3SeqDOSDemo[89] = {
0x00, 0x04, 0x00, 0x0C, 0x03, 0x02, 0x04, 0x00,
0x00, 0x00, 0x00, 0x09, 0x14, 0x0A, 0x00, 0x03,
0x04, 0x06, 0x07, 0x00, 0x03, 0x04, 0x06, 0x07,
0x00, 0x02, 0x04, 0x00, 0x00, 0x00, 0x00, 0x06,
0x07, 0x00, 0x0B, 0x00, 0x0E, 0x00, 0x03, 0x04,
0x06, 0x07, 0x00, 0x03, 0x04, 0x06, 0x07, 0x00,
0x0A, 0x01, 0x03, 0x04, 0x06, 0x07, 0x00, 0x0B,
0x01, 0x0B, 0x00, 0x0A, 0x02, 0x02, 0x04, 0x0F,
0x00, 0x00, 0x00, 0x06, 0x07, 0x00, 0x03, 0x04,
0x06, 0x07, 0x00, 0x03, 0x04, 0x06, 0x07, 0x00,
0x0B, 0x02, 0x13, 0x00, 0x13, 0x0E, 0x01, 0x04,
0x1A
};
static const ByteProvider k1Demo3SeqDOSDemoProvider = { ARRAYSIZE(k1Demo3SeqDOSDemo), k1Demo3SeqDOSDemo };
static const byte k1Demo4SeqDOSDemo[32] = {
0x00, 0x06, 0x00, 0x0C, 0x04, 0x02, 0x06, 0x00,
0x00, 0x00, 0x00, 0x09, 0x14, 0x0A, 0x00, 0x03,
0x06, 0x06, 0x04, 0x00, 0x0B, 0x00, 0x39, 0x00,
0x06, 0x5A, 0x00, 0x13, 0x0E, 0x01, 0x06, 0x1A
};
static const ByteProvider k1Demo4SeqDOSDemoProvider = { ARRAYSIZE(k1Demo4SeqDOSDemo), k1Demo4SeqDOSDemo };
static const char *const k1AudioTracksIntroDOSDemo[1] = {
"intro"
};
static const StringListProvider k1AudioTracksIntroDOSDemoProvider = { ARRAYSIZE(k1AudioTracksIntroDOSDemo), k1AudioTracksIntroDOSDemo };
|