-
Notifications
You must be signed in to change notification settings - Fork 11
/
plugin.h
601 lines (597 loc) · 33.7 KB
/
plugin.h
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
// VS1053 patch set
// see:
// http://www.vlsi.fi/en/support/software/vs10xxpatches.html
#ifndef PLUGIN_H
#define PLUGIN_H
#include <avr/pgmspace.h>
const unsigned short PROGMEM plugin[] = {
0x0007,0x0001, /*copy 1*/
0x8050,
0x0006,0x001e, /*copy 30*/
0x2a00,0xc000,0x3e12,0xb817,0x3e14,0xf812,0x3e01,0xb811,
0x0007,0x9717,0x0020,0xffd2,0x0030,0x11d1,0x3111,0x8024,
0x3704,0xc024,0x3b81,0x8024,0x3101,0x8024,0x3b81,0x8024,
0x3f04,0xc024,0x2808,0x4800,0x36f1,0x9811,
0x0007,0x0001, /*copy 1*/
0x8060,
0x0006,0x0532, /*copy 1330*/
0xf400,0x4095,0x0000,0x02c2,0x6124,0x0024,0x0000,0x0024,
0x2800,0x1ac5,0x4192,0x4542,0x0000,0x0041,0x2000,0x0015,
0x0030,0x0317,0x2000,0x0000,0x3f00,0x4024,0x2000,0x0000,
0x0000,0x0000,0x3e12,0x3800,0x3e00,0xb804,0x0030,0x0015,
0x0007,0x8257,0x3700,0x984c,0xf224,0x1444,0xf224,0x0024,
0x0008,0x0002,0x2910,0x0181,0x0000,0x1bc8,0xb428,0x1402,
0x0000,0x8004,0x2910,0x0195,0x0000,0x1bc8,0xb428,0x0024,
0x0006,0x0095,0x2800,0x2945,0x3e13,0x780e,0x3e11,0x7803,
0x3e13,0xf806,0x3e11,0xf801,0x3510,0xb808,0x003f,0xe004,
0xfec4,0x3800,0x48be,0x17c3,0xfec6,0x41c2,0x48be,0x4497,
0x4090,0x1c46,0xf06c,0x0024,0x2400,0x2580,0x6090,0x41c3,
0x6628,0x1c47,0x0000,0x0024,0x2800,0x2449,0xf07e,0x0024,
0xf400,0x4182,0x673a,0x1c46,0x0000,0x0024,0x2800,0x2589,
0xf06c,0x0024,0xf400,0x41c3,0x0000,0x0024,0x4224,0x3442,
0x2900,0xb740,0x4336,0x37c3,0x0000,0x1805,0x2900,0xb740,
0x4508,0x40c2,0x450a,0x9808,0x0000,0x0207,0xa478,0x1bc0,
0xc45a,0x1807,0x0030,0x03d5,0x3d01,0x5bc1,0x36f3,0xd806,
0x3601,0x5803,0x36f3,0x0024,0x36f3,0x580e,0x0007,0x8257,
0x0000,0x6004,0x3730,0x8024,0xb244,0x1c04,0xd428,0x3c02,
0x0006,0xc717,0x2800,0x2d05,0x4284,0x0024,0x3613,0x3c02,
0x0006,0xc357,0x2901,0x6b00,0x3e11,0x5c05,0x4284,0x1bc5,
0x0000,0x0024,0x2800,0x2fc5,0x0000,0x0024,0x3613,0x0024,
0x3e10,0x3813,0x3e14,0x8024,0x3e04,0x8024,0x2900,0x4880,
0x0006,0x02d3,0x36e3,0x0024,0x3009,0x1bd3,0x0007,0x8257,
0x3700,0x8024,0xf224,0x0024,0x0000,0x0024,0x2800,0x31d1,
0x3600,0x9844,0x2900,0x3780,0x0000,0x3248,0x2911,0xf140,
0x0000,0x0024,0x0030,0x0057,0x3700,0x0024,0xf200,0x4595,
0x0fff,0xfe02,0xa024,0x164c,0x8000,0x17cc,0x3f00,0x0024,
0x3500,0x0024,0x0021,0x6d82,0xd024,0x44c0,0x0006,0xa402,
0x2800,0x3695,0xd024,0x0024,0x0000,0x0000,0x2800,0x3695,
0x000b,0x6d57,0x3009,0x3c00,0x36f0,0x8024,0x36f2,0x1800,
0x2000,0x0000,0x0000,0x0024,0x3e14,0x7810,0x3e13,0xb80d,
0x3e13,0xf80a,0x3e10,0xb803,0x3e11,0x3805,0x3e11,0xb807,
0x3e14,0xf801,0x3e15,0x3815,0x0001,0x000a,0x0006,0xc4d7,
0xbf8e,0x9c42,0x3e01,0x9c03,0x0006,0xa017,0x0023,0xffd1,
0x0007,0x8250,0x0fff,0xfd85,0x3001,0x0024,0xa45a,0x4494,
0x0000,0x0093,0x2800,0x3dd1,0xf25a,0x104c,0x34f3,0x0024,
0x2800,0x3dd1,0x0000,0x0024,0x3413,0x084c,0x0000,0x0095,
0x3281,0xf806,0x4091,0x4d64,0x2400,0x4000,0x4efa,0x9c10,
0xf1eb,0x6061,0xfe55,0x2f66,0x5653,0x4d64,0x48b2,0xa201,
0x4efa,0xa201,0x36f3,0x3c10,0x36f5,0x1815,0x36f4,0xd801,
0x36f1,0x9807,0x36f1,0x1805,0x36f0,0x9803,0x36f3,0xd80a,
0x36f3,0x980d,0x2000,0x0000,0x36f4,0x5810,0x36f3,0x0024,
0x3009,0x3848,0x3e14,0x3811,0x3e00,0x0024,0x0000,0x4000,
0x0001,0x0010,0x2915,0x94c0,0x0001,0xcc11,0x36f0,0x0024,
0x2927,0x9e40,0x3604,0x1811,0x3613,0x0024,0x3e14,0x3811,
0x3e00,0x0024,0x0000,0x4000,0x0001,0x0010,0x2915,0x94c0,
0x0001,0xcc11,0x36f0,0x0024,0x36f4,0x1811,0x3009,0x1808,
0x2000,0x0000,0x0000,0x190d,0x3613,0x0024,0x3e22,0xb815,
0x3e05,0xb814,0x3615,0x0024,0x0000,0x800a,0x3e13,0x7801,
0x3e10,0xb803,0x3e11,0x3805,0x3e11,0xb807,0x3e14,0x3811,
0x3e14,0xb813,0x3e03,0xf80e,0xb488,0x44d5,0x3543,0x134c,
0x34e5,0xc024,0x3524,0x8024,0x35a4,0xc024,0x3710,0x8a0c,
0x3540,0x4a0c,0x3d44,0x8024,0x3a10,0x8024,0x3590,0x0024,
0x4010,0x15c1,0x6010,0x3400,0x3710,0x8024,0x2800,0x5444,
0x3af0,0x8024,0x3df0,0x0024,0x3591,0x4024,0x3530,0x4024,
0x4192,0x4050,0x6100,0x1482,0x4020,0x1753,0xbf8e,0x1582,
0x4294,0x4011,0xbd86,0x408e,0x2400,0x524e,0xfe6d,0x2819,
0x520e,0x0a00,0x5207,0x2819,0x4fbe,0x0024,0xad56,0x904c,
0xaf5e,0x1010,0xf7d4,0x0024,0xf7fc,0x2042,0x6498,0x2046,
0x3cf4,0x0024,0x3400,0x170c,0x4090,0x1492,0x35a4,0xc024,
0x2800,0x4cd5,0x3c00,0x0024,0x4480,0x914c,0x36f3,0xd80e,
0x36f4,0x9813,0x36f4,0x1811,0x36f1,0x9807,0x36f1,0x1805,
0x36f0,0x9803,0x36f3,0x5801,0x3405,0x9014,0x36e3,0x0024,
0x2000,0x0000,0x36f2,0x9815,0x2814,0x9c91,0x0000,0x004d,
0x2814,0x9940,0x003f,0x0013,0x3613,0x0024,0x3e12,0xb817,
0x3e12,0x3815,0x3e05,0xb814,0x3655,0x0024,0x0000,0x800a,
0x3e10,0x3801,0x3e10,0xb803,0x3e11,0x3805,0x3e11,0xb810,
0x3e13,0xf80e,0x3e03,0x534c,0x3450,0x4024,0x6814,0x0024,
0x0000,0x0024,0x2800,0x7358,0x4192,0x0024,0x2400,0x7301,
0x0000,0x0024,0xf400,0x4450,0x2938,0x1880,0x3613,0x0024,
0x3c10,0x050c,0x3c10,0x4024,0x3c90,0x8024,0x34f3,0x0024,
0x3464,0x0024,0x3011,0x0c40,0x3011,0x4c41,0x2915,0x9900,
0x3011,0x8f82,0x3411,0x2c40,0x3411,0x6c41,0x2915,0xa580,
0x34e1,0xaf82,0x3009,0x3040,0x4c8a,0x0040,0x3010,0x7041,
0x2800,0x6594,0x3010,0xb382,0x3411,0x0024,0x3411,0x6c44,
0x34e1,0xac45,0xbe8a,0xaf86,0x0fe0,0x0006,0x3009,0x3044,
0x3009,0x3045,0x3009,0x3386,0x3411,0x0024,0x3411,0x4ccc,
0x2915,0x9900,0x34e1,0x984c,0x3e10,0x7800,0x3009,0x3802,
0x3011,0x0c40,0x3011,0x4c41,0x2915,0x9900,0x30e1,0x8f82,
0x3009,0x1bc6,0x2915,0xa940,0x36f1,0x5804,0x3011,0x2c40,
0x3011,0x6c41,0x30b1,0xac42,0x3009,0x0c40,0x3009,0x0c41,
0x2915,0x9900,0x3613,0x0f82,0x3e10,0x7800,0x3009,0x3802,
0x3010,0x1044,0x3010,0x5045,0x2915,0x9900,0x3010,0x9386,
0x3009,0x1bc6,0x2915,0xa940,0x36f1,0x5804,0xf1ca,0xac40,
0x4ce2,0xac41,0x3009,0x2ec2,0x2800,0x6e52,0x629c,0x0024,
0xf1c2,0x4182,0x3c10,0x0c44,0x3c10,0x4c45,0x2915,0x4780,
0x3ce0,0x8f86,0x4080,0x0024,0x0000,0x0024,0x2800,0x7315,
0x0020,0x0000,0x3411,0x0c40,0x3411,0x4c41,0x2915,0xb780,
0x34e1,0x8f82,0x0000,0x03c3,0x4234,0x0024,0x4c82,0x0024,
0x0000,0x0024,0x2915,0x4355,0x0000,0x7308,0x0000,0x0000,
0x3a10,0x0d8c,0x36f3,0x538c,0x36f3,0xd80e,0x36f1,0x9810,
0x36f1,0x1805,0x36f0,0x9803,0x36f0,0x1801,0x3405,0x9014,
0x36f3,0x0024,0x36f2,0x1815,0x2000,0x0000,0x36f2,0x9817,
0x3613,0x0024,0x3e12,0xb817,0x3e12,0x3815,0x3e05,0xb814,
0x3645,0x0024,0x0000,0x800a,0x3e10,0x3801,0x3e10,0xb803,
0x3e11,0x3805,0x3e11,0xb810,0x3e13,0xf80e,0x3e03,0x534c,
0x3440,0x4024,0x4192,0x0024,0x2400,0x8f01,0x0000,0x0024,
0xb68c,0x4450,0x2938,0x1880,0x3613,0x050c,0x3c10,0x0c40,
0x3c10,0x4c41,0x3ce0,0x8f82,0x003c,0x2584,0x2915,0x9900,
0x0018,0x8245,0x3411,0x2c40,0x3411,0x6c41,0x2915,0xa580,
0x34e1,0xac42,0x4c8a,0xb040,0x3009,0x3041,0x2800,0x8014,
0x3009,0x3382,0x3411,0x0f4c,0x3411,0x6c44,0x34e1,0xac45,
0xbe8a,0xac46,0x499c,0xb044,0xf38c,0xb045,0x3009,0x3386,
0x3009,0x0c40,0x3009,0x0c41,0xf1ca,0x8f82,0x4ce2,0x1044,
0x3411,0x4024,0x2800,0x8252,0x4294,0x1386,0x6294,0x0024,
0xf1c2,0x0024,0x4e8a,0x4195,0x35e3,0x0024,0x2915,0xa955,
0xf400,0x4546,0x3009,0x2c40,0x3009,0x2c41,0x3009,0x2c42,
0x3009,0x0c40,0x3009,0x0c41,0xf1ca,0x8f82,0x4ce2,0x9044,
0x3009,0x1045,0x2800,0x86c5,0x3009,0x1386,0x2800,0x86d2,
0x4294,0x0024,0x6294,0x0024,0xf1c2,0x0024,0x4e8a,0x4195,
0x35e3,0x0024,0x2915,0xa955,0xf400,0x4546,0xf1ca,0xac40,
0x4ce2,0xac41,0x3009,0x2ec2,0x2800,0x8952,0x629c,0x0024,
0xf1c2,0x4182,0x3c20,0x0c84,0x3cf0,0x8fc6,0x6264,0x4017,
0x3cf0,0x4fc5,0x2800,0x8f08,0x0020,0x0000,0x2800,0x8c59,
0xf400,0x45c0,0x6cea,0x0024,0x0000,0x0024,0x2800,0x8f09,
0x0020,0x0000,0x3411,0x0c40,0x3411,0x4c41,0x2915,0xb780,
0x34e1,0x8f82,0x0000,0x03c3,0x4234,0x0024,0x4c82,0x0024,
0x0000,0x0024,0x2915,0x4355,0x0000,0x8f08,0x0000,0x0000,
0x3a10,0x0d8c,0x36f3,0x53cc,0x36f3,0xd80e,0x36f1,0x9810,
0x36f1,0x1805,0x36f0,0x9803,0x36f0,0x1801,0x3405,0x9014,
0x36f3,0x0024,0x36f2,0x1815,0x2000,0x0000,0x36f2,0x9817,
0xf400,0x4595,0x35e3,0x3840,0x3e13,0xf80e,0x3e13,0x7808,
0x3510,0x0024,0x3e10,0x0024,0x3510,0x0024,0x3e10,0x0024,
0x3510,0x0024,0x3e00,0x0024,0x0001,0xb6ce,0x002b,0xb30f,
0x292d,0xa940,0x0000,0x004d,0x36d3,0x0024,0x36f3,0x5808,
0x36f3,0xd80e,0x2000,0x0000,0x3009,0x1800,0xf400,0x4595,
0x35f3,0x3840,0x3e13,0xf80e,0x3e13,0x7808,0x3510,0x0024,
0x3e10,0x0024,0x3510,0x0024,0x3e00,0x0024,0x0000,0x9b0e,
0x0028,0x088f,0x2927,0xff80,0x0000,0x008d,0x36e3,0x0024,
0x36f3,0x5808,0x36f3,0xd80e,0x2000,0x0000,0x3009,0x1800,
0x0028,0x2b0f,0x0000,0xa08e,0x2828,0x0b15,0x0007,0x2605,
0x3613,0x0001,0x3e14,0x3811,0x0001,0x0011,0x0001,0xcc10,
0x2915,0x94c0,0x0000,0x4000,0x3e10,0x534c,0x3430,0xc024,
0x3e10,0xc024,0x2927,0xc4c0,0x3e01,0x0024,0x36d3,0x0024,
0x0001,0x0011,0x0001,0xcc10,0x2915,0x94c0,0x0000,0x4000,
0x2828,0x0b00,0x36f4,0x1811,0x3e00,0x0024,0x2800,0xa480,
0x0028,0x2bc8,0x3605,0x7840,0x3e13,0x780e,0x3e13,0xf808,
0x3e05,0x4024,0x0000,0x42ce,0x0027,0x9e0f,0x2922,0xa6c0,
0x0000,0x190d,0x36f3,0x0024,0x36f3,0xd808,0x36f3,0x580e,
0x2000,0x0000,0x3009,0x1800,0xf400,0x4595,0x35d3,0x3840,
0x3e13,0xf80e,0x3e13,0x7808,0x3510,0x0024,0x3e10,0x0024,
0x3510,0x0024,0x3e10,0x0024,0x3510,0x0024,0x3e10,0x0024,
0x3510,0x0024,0x3e00,0x0024,0x0000,0xa9ce,0x0025,0xf54f,
0x2925,0xe580,0x0000,0x004d,0x36c3,0x0024,0x36f3,0x5808,
0x36f3,0xd80e,0x2000,0x0000,0x3009,0x1800,0x3433,0x0000,
0x6890,0x3040,0x3cc0,0xa000,0x0008,0x6201,0x000d,0x3500,
0x3613,0x110c,0x3e10,0x0024,0x3e10,0x4024,0x34c0,0x8024,
0x2900,0x9200,0x3e00,0x8024,0x0026,0x0a4f,0x0000,0xad8e,
0x2825,0xf880,0x0000,0x07cd,0x0000,0x0801,0x6012,0x0024,
0x0000,0x0024,0x2826,0x0a85,0x0000,0x0024,0x2800,0xaa80,
0x0000,0x0024,0x3605,0x7840,0x3e13,0x780e,0x3e13,0xf808,
0x3e05,0x4024,0x0000,0xb28e,0x0022,0xf54f,0x2922,0xda80,
0x0000,0x190d,0x36f3,0x0024,0x36f3,0xd808,0x36f3,0x580e,
0x2000,0x0000,0x3009,0x1800,0x3e00,0x0024,0x2800,0x96c0,
0x0022,0xf608,0x3605,0x7840,0x3e13,0x780e,0x3e13,0xf808,
0x3e05,0x4024,0x0000,0xb68e,0x0022,0xa1cf,0x2922,0x9980,
0x0000,0x190d,0x36f3,0x0024,0x36f3,0xd808,0x36f3,0x580e,
0x2000,0x0000,0x3009,0x1800,0x3009,0x3400,0x2800,0xaf40,
0x0022,0xa288,0xb386,0x40d7,0x4284,0x184c,0x0000,0x05c0,
0x2800,0xb8d5,0xf5d8,0x3804,0x0000,0x0984,0x6400,0xb84a,
0x3e13,0xf80d,0xa204,0x380e,0x0000,0x800a,0x0000,0x00ce,
0x2400,0xbc0e,0xffa4,0x0024,0x48b6,0x0024,0x0000,0x0024,
0x2800,0xbc04,0x4000,0x40c2,0x4224,0x0024,0x6090,0x0024,
0xffa4,0x0024,0x0fff,0xfe83,0xfe86,0x1bce,0x36f3,0xd80d,
0x48b6,0x0024,0x0fff,0xff03,0xa230,0x45c3,0x2000,0x0000,
0x36f1,0x180a,
0x0007,0x0001, /*copy 1*/
0x8300,
0x0006,0x0a1c, /*copy 2588*/
0x0030,0x0055,0xb080,0x1402,0x0fdf,0xffc1,0x0007,0x9257,
0xb212,0x3c00,0x3d00,0x4024,0x0006,0x0097,0x3f10,0x0024,
0x3f00,0x0024,0x0030,0x0297,0x3f00,0x0024,0x0007,0x9017,
0x3f00,0x0024,0x0007,0x81d7,0x3f10,0x0024,0xc090,0x3c00,
0x0006,0x0297,0xb080,0x3c00,0x0000,0x0401,0x000a,0x1055,
0x0006,0x0017,0x3f10,0x3401,0x000a,0x2795,0x3f00,0x3401,
0x0001,0x6ad7,0xf400,0x55c0,0x0000,0x0817,0xb080,0x57c0,
0x0014,0x958f,0x0000,0x588e,0x0030,0x0017,0x3700,0x0024,
0x0004,0x0001,0xb012,0x0024,0x0000,0x004d,0x280f,0xe115,
0x0006,0x2016,0x0006,0x01d7,0x3f00,0x0024,0x0000,0x190d,
0x000f,0xf94f,0x0000,0xcd0e,0x280f,0xe100,0x0006,0x2016,
0x0000,0x0080,0x0005,0x4f92,0x2909,0xf840,0x3613,0x2800,
0x0006,0x0197,0x0006,0xa115,0xb080,0x0024,0x3f00,0x3400,
0x0007,0x8a57,0x3700,0x0024,0x4080,0x0024,0x0000,0x0040,
0x2800,0xced5,0x0006,0xa2d7,0x3009,0x3c00,0x0006,0xa157,
0x3009,0x1c00,0x0006,0x01d7,0x0000,0x190d,0x000a,0x708f,
0x0000,0xd7ce,0x290b,0x1a80,0x3f00,0x184c,0x0030,0x0017,
0x4080,0x1c01,0x0000,0x0200,0x2800,0xcb15,0xb102,0x0024,
0x0000,0xcd08,0x2800,0xcb15,0x0000,0xd3ce,0x0011,0x210f,
0x0000,0x190d,0x280f,0xcb00,0x3613,0x0024,0x0006,0xa115,
0x0006,0x01d7,0x37f0,0x1401,0x6100,0x1c01,0x4012,0x0024,
0x0000,0x8000,0x6010,0x0024,0x34f3,0x0400,0x2800,0xd698,
0x0000,0x0024,0x0000,0x8001,0x6010,0x3c01,0x0000,0x000d,
0x2811,0x8259,0x0000,0x0024,0x2a11,0x2100,0x0030,0x0257,
0x3700,0x0024,0x4080,0x0024,0x0000,0x0024,0x2800,0xd9d5,
0x0006,0x0197,0x0006,0xa115,0x3f00,0x3400,0x003f,0xc000,
0xb600,0x41c1,0x0012,0x5103,0x000c,0xc002,0xdcd6,0x0024,
0x0019,0xd4c2,0x2801,0xf485,0x0001,0x1008,0x0013,0xd9c3,
0x6fd6,0x0024,0x0000,0x190d,0x2800,0xdf95,0x0014,0x1b01,
0x0020,0x480f,0x0000,0xde4e,0x0000,0x190d,0x2820,0x41c0,
0x0001,0x1008,0x0039,0x324f,0x0001,0x3ece,0x2820,0x4a18,
0xb882,0x0024,0x2a20,0x48c0,0x003f,0xfd00,0xb700,0x0024,
0x003f,0xf901,0x6010,0x0024,0x0000,0x0024,0x280a,0xc505,
0x0000,0x190d,0x0014,0x1b01,0x0015,0x59c0,0x6fc2,0x0024,
0x0000,0x0024,0x2800,0xe9d5,0x0000,0x0024,0x290c,0x4840,
0x3613,0x0024,0x290c,0x4840,0x4086,0x184c,0x0000,0x18c2,
0x6234,0x0024,0x0000,0x1d02,0x2800,0xe5d5,0x6234,0x0024,
0x0030,0x0317,0x2800,0xe9c0,0x3f00,0x0024,0x0000,0x1d82,
0x2800,0xe855,0x6234,0x0024,0x2912,0x0d00,0x4084,0x184c,
0xf200,0x0024,0x6200,0x0024,0x0006,0x0017,0x2800,0xe540,
0xb080,0x3c40,0x0000,0x0202,0x2800,0xe9d5,0xa024,0x0024,
0xc020,0x0024,0x2800,0xe540,0x0030,0x02d7,0x000a,0x8c8f,
0x0000,0xeb0e,0x000c,0x0981,0x280a,0x71c0,0x002c,0x9d40,
0x000a,0x708f,0x0000,0xd7ce,0x280a,0xc0d5,0x0012,0x5182,
0x6fd6,0x0024,0x003f,0xfd81,0x280a,0x8e45,0xb710,0x0024,
0xb710,0x0024,0x003f,0xfc01,0x6012,0x0024,0x0000,0x0101,
0x2801,0x06d5,0xffd2,0x0024,0x48b2,0x0024,0x4190,0x0024,
0x0000,0x190d,0x2801,0x06d5,0x0030,0x0250,0xb880,0x104c,
0x3cf0,0x0024,0x0010,0x5500,0xb880,0x23c0,0xb882,0x2000,
0x0007,0x8590,0x2914,0xbec0,0x0000,0x0440,0x0007,0x8b50,
0xb880,0x0024,0x2920,0x0100,0x3800,0x0024,0x2920,0x0000,
0x0006,0x8a91,0x0000,0x0800,0xb880,0xa440,0x003f,0xfd81,
0xb710,0xa7c0,0x003f,0xfc01,0x6012,0x0024,0x0000,0x0101,
0x2801,0x1015,0x0000,0x0024,0xffe2,0x0024,0x48b2,0x0024,
0x4190,0x0024,0x0000,0x0024,0x2801,0x1015,0x0000,0x0024,
0x2912,0x2d80,0x0000,0x0780,0x4080,0x0024,0x0006,0x8a90,
0x2801,0x1015,0x0000,0x01c2,0xb886,0x8040,0x3613,0x03c1,
0xbcd2,0x0024,0x0030,0x0011,0x2800,0xfc95,0x003f,0xff42,
0xb886,0x8040,0x3009,0x03c1,0x0000,0x0020,0xac22,0x0024,
0x0000,0x0102,0x6cd2,0x0024,0x3e10,0x0024,0x2909,0x8c80,
0x3e00,0x4024,0x36f3,0x0024,0x3e11,0x8024,0x3e01,0xc024,
0x2901,0x34c0,0x0000,0x0201,0xf400,0x4512,0x2900,0x0c80,
0x3213,0x1b8c,0x3100,0x0024,0xb010,0x0024,0x0000,0x0024,
0x2801,0x1015,0x0000,0x0024,0x291a,0x8a40,0x0000,0x0100,
0x2920,0x0200,0x3633,0x0024,0x2920,0x0280,0x0000,0x0401,
0x408e,0x0024,0x2920,0x0280,0x0000,0x0401,0x003f,0xfd81,
0xb710,0x4006,0x003f,0xfc01,0x6012,0x0024,0x0000,0x0101,
0x2801,0x1015,0x0000,0x0024,0xffe2,0x0024,0x48b2,0x0024,
0x4190,0x0024,0x0000,0x0024,0x2801,0x1015,0x0000,0x0024,
0x2912,0x2d80,0x0000,0x0780,0x4080,0x0024,0x0000,0x01c2,
0x2800,0xf885,0x0006,0x8a90,0x2a01,0x1000,0x2920,0x0100,
0x0000,0x0401,0x0000,0x0180,0x2920,0x0200,0x3613,0x0024,
0x2920,0x0280,0x3613,0x0024,0x0000,0x0401,0x2920,0x0280,
0x4084,0x984c,0x0019,0x9d01,0x6212,0x0024,0x001e,0x5c01,
0x2801,0x0b55,0x6012,0x0024,0x0000,0x0024,0x2801,0x0d45,
0x0000,0x0024,0x001b,0x5bc1,0x6212,0x0024,0x001b,0xdd81,
0x2801,0x1115,0x6012,0x0024,0x0000,0x0024,0x2801,0x1115,
0x0000,0x0024,0x0000,0x004d,0x000a,0xbf4f,0x280a,0xb880,
0x0001,0x0e4e,0x0020,0xfb4f,0x0000,0x190d,0x0001,0x154e,
0x2920,0xf440,0x3009,0x2bc1,0x291a,0x8a40,0x36e3,0x0024,
0x0000,0x190d,0x000a,0x708f,0x280a,0xcac0,0x0000,0xd7ce,
0x0030,0x0017,0x3700,0x4024,0x0000,0x0200,0xb102,0x0024,
0x0000,0x00c0,0x2801,0x1445,0x0005,0x4f92,0x2909,0xf840,
0x3613,0x2800,0x0006,0x0197,0x0006,0xa115,0xb080,0x0024,
0x3f00,0x3400,0x0000,0x190d,0x000a,0x708f,0x280a,0xc0c0,
0x0000,0xd7ce,0x0000,0x004d,0x0020,0xfe0f,0x2820,0xfb40,
0x0001,0x164e,0x2801,0x1815,0x3009,0x1000,0x6012,0x93cc,
0x0000,0x0024,0x2801,0x32c5,0x0000,0x0024,0x3413,0x0024,
0x34b0,0x0024,0x4080,0x0024,0x0000,0x0200,0x2801,0x1b15,
0xb882,0x0024,0x3453,0x0024,0x3009,0x13c0,0x4080,0x0024,
0x0000,0x0200,0x2801,0x32c5,0x0000,0x0024,0xb882,0x130c,
0x0000,0x004d,0x0021,0x058f,0x2821,0x0340,0x0001,0x1c0e,
0x2801,0x2c55,0x6012,0x0024,0x0000,0x0024,0x2801,0x2c55,
0x0000,0x0024,0x34c3,0x184c,0x3e13,0xb80f,0xf400,0x4500,
0x0026,0x9dcf,0x0001,0x200e,0x0000,0xfa0d,0x2926,0x8e80,
0x3e10,0x110c,0x36f3,0x0024,0x2801,0x2c40,0x36f3,0x980f,
0x001c,0xdd00,0x001c,0xd901,0x6ec2,0x0024,0x001c,0xdd00,
0x2801,0x2315,0x0018,0xdbc1,0x3413,0x184c,0xf400,0x4500,
0x2926,0xc640,0x3e00,0x13cc,0x2801,0x2a00,0x36f3,0x0024,
0x6ec2,0x0024,0x003f,0xc000,0x2801,0x2595,0x002a,0x4001,
0x3413,0x184c,0xf400,0x4500,0x2926,0xafc0,0x3e00,0x13cc,
0x2801,0x2a00,0x36f3,0x0024,0xb400,0x0024,0xd100,0x0024,
0x0000,0x0024,0x2801,0x2a05,0x0000,0x0024,0x3613,0x0024,
0x3e11,0x4024,0x2926,0x8540,0x3e01,0x0024,0x4080,0x1b8c,
0x0000,0x0024,0x2801,0x2a05,0x0000,0x0024,0x3413,0x184c,
0xf400,0x4500,0x2926,0x8e80,0x3e10,0x13cc,0x36f3,0x0024,
0x3110,0x8024,0x31f0,0xc024,0x0000,0x4000,0x0000,0x0021,
0x6d06,0x0024,0x3110,0x8024,0x2826,0xa8c4,0x31f0,0xc024,
0x2a26,0xad00,0x34c3,0x184c,0x3410,0x8024,0x3430,0xc024,
0x0000,0x4000,0x0000,0x0021,0x6d06,0x0024,0x0000,0x0024,
0x2801,0x32d4,0x4d06,0x0024,0x0000,0x0200,0x2922,0x1885,
0x0001,0x3148,0x0000,0x0200,0x3e10,0x8024,0x2921,0xca80,
0x3e00,0xc024,0x291a,0x8a40,0x0000,0x0024,0x2922,0x1880,
0x36f3,0x0024,0x0000,0x004d,0x0021,0x0ecf,0x2821,0x0bc0,
0x0001,0x324e,0x2801,0x1540,0x3c30,0x4024,0x0000,0x190d,
0x0001,0x33ce,0x2821,0x0f80,0x0021,0x420f,0x0000,0x190d,
0x3e00,0x0024,0x2801,0xd080,0x0021,0x42c8,0x0020,0xcd4f,
0x2820,0xc780,0x0001,0x358e,0x0006,0xf017,0x0000,0x0015,
0xb070,0xbc15,0x0001,0x374e,0x0020,0xdf0f,0x2820,0xcd80,
0x0000,0x190d,0x3e00,0x23c1,0x2801,0xd080,0x0020,0xdfc8,
0x3613,0x0024,0x3e10,0xb803,0x3e14,0x3811,0x3e11,0x3805,
0x3e00,0x3801,0x0007,0xc390,0x0006,0xa011,0x3010,0x0444,
0x3050,0x4405,0x6458,0x0302,0xff94,0x4081,0x0003,0xffc5,
0x48b6,0x0024,0xff82,0x0024,0x42b2,0x0042,0xb458,0x0003,
0x4cd6,0x9801,0xf248,0x1bc0,0xb58a,0x0024,0x6de6,0x1804,
0x0006,0x0010,0x3810,0x9bc5,0x3800,0xc024,0x36f4,0x1811,
0x36f0,0x9803,0x283e,0x2d80,0x0fff,0xffc3,0x2801,0x4c80,
0x0000,0x0024,0x3413,0x0024,0x2801,0x4085,0xf400,0x4517,
0x2801,0x4480,0x6894,0x13cc,0x37b0,0x184c,0x6090,0x1d51,
0x0000,0x0910,0x3f00,0x060c,0x3100,0x4024,0x6016,0xb812,
0x000c,0x8012,0x2801,0x4311,0xb884,0x0024,0x6894,0x3002,
0x0000,0x028d,0x003a,0x5e0f,0x0001,0x548e,0x2939,0xb0c0,
0x3e10,0x93cc,0x4084,0x9bd2,0x4282,0x0024,0x0000,0x0040,
0x2801,0x4685,0x4292,0x130c,0x3443,0x0024,0x2801,0x47c5,
0x000c,0x8390,0x2a01,0x4b40,0x3444,0x0024,0x3073,0x0024,
0xc090,0x014c,0x2801,0x4b40,0x3800,0x0024,0x000c,0x4113,
0xb880,0x2380,0x3304,0x4024,0x3800,0x05cc,0xcc92,0x05cc,
0x3910,0x0024,0x3910,0x4024,0x000c,0x8110,0x3910,0x0024,
0x39f0,0x4024,0x3810,0x0024,0x38d0,0x4024,0x3810,0x0024,
0x38f0,0x4024,0x34c3,0x0024,0x3444,0x0024,0x3073,0x0024,
0x3063,0x0024,0x3000,0x0024,0x4080,0x0024,0x0000,0x0024,
0x2839,0x53d5,0x4284,0x0024,0x3613,0x0024,0x2801,0x4e85,
0x6898,0xb804,0x0000,0x0084,0x293b,0x1cc0,0x3613,0x0024,
0x000c,0x8117,0x3711,0x0024,0x37d1,0x4024,0x4e8a,0x0024,
0x0000,0x0015,0x2801,0x5145,0xce9a,0x0024,0x3f11,0x0024,
0x3f01,0x4024,0x000c,0x8197,0x408a,0x9bc4,0x3f15,0x4024,
0x2801,0x5385,0x4284,0x3c15,0x6590,0x0024,0x0000,0x0024,
0x2839,0x53d5,0x4284,0x0024,0x0000,0x0024,0x2801,0x3f58,
0x458a,0x0024,0x2a39,0x53c0,0x003e,0x2d4f,0x283a,0x5ed5,
0x0001,0x380e,0x000c,0x4653,0x0000,0x0246,0xffac,0x0c01,
0x48be,0x0024,0x4162,0x4546,0x6642,0x4055,0x3501,0x8024,
0x0000,0x0087,0x667c,0x4057,0x000c,0x41d5,0x283a,0x62d5,
0x3501,0x8024,0x667c,0x1c47,0x3701,0x8024,0x283a,0x62d5,
0xc67c,0x0024,0x0000,0x0024,0x283a,0x62c5,0x0000,0x0024,
0x2a3a,0x5ec0,0x3009,0x3851,0x3e14,0xf812,0x3e12,0xb817,
0x3e11,0x8024,0x0006,0x0293,0x3301,0x8024,0x468c,0x3804,
0x0006,0xa057,0x2801,0x6084,0x0006,0x0011,0x469c,0x0024,
0x3be1,0x8024,0x2801,0x6095,0x0006,0xc392,0x3311,0x0024,
0x33f1,0x2844,0x3009,0x2bc4,0x0030,0x04d2,0x3311,0x0024,
0x3a11,0x0024,0x3201,0x8024,0x003f,0xfc04,0xb64c,0x0fc4,
0xc648,0x0024,0x3a01,0x0024,0x3111,0x1fd3,0x6498,0x07c6,
0x868c,0x2444,0x0023,0xffd2,0x3901,0x8e06,0x0030,0x0551,
0x3911,0x8e06,0x3961,0x9c44,0xf400,0x44c6,0xd46c,0x1bc4,
0x36f1,0xbc13,0x2801,0x6a15,0x36f2,0x9817,0x002b,0xffd2,
0x3383,0x188c,0x3e01,0x8c06,0x0006,0xa097,0x3009,0x1c12,
0x3213,0x0024,0x468c,0xbc12,0x002b,0xffd2,0xf400,0x4197,
0x2801,0x6704,0x3713,0x0024,0x2801,0x6745,0x37e3,0x0024,
0x3009,0x2c17,0x3383,0x0024,0x3009,0x0c06,0x468c,0x4197,
0x0006,0xa052,0x2801,0x6944,0x3713,0x2813,0x2801,0x6985,
0x37e3,0x0024,0x3009,0x2c17,0x36f1,0x8024,0x36f2,0x9817,
0x36f4,0xd812,0x2100,0x0000,0x3904,0x5bd1,0x2a01,0x5a4e,
0x3e11,0x7804,0x0030,0x0257,0x3701,0x0024,0x0013,0x4d05,
0xd45b,0xe0e1,0x0007,0xc795,0x2801,0x7195,0x0fff,0xff45,
0x3511,0x184c,0x4488,0xb808,0x0006,0x8a97,0x2801,0x7145,
0x3009,0x1c40,0x3511,0x1fc1,0x0000,0x0020,0xac52,0x1405,
0x6ce2,0x0024,0x0000,0x0024,0x2801,0x7141,0x68c2,0x0024,
0x291a,0x8a40,0x3e10,0x0024,0x2921,0xca80,0x3e00,0x4024,
0x36f3,0x0024,0x3009,0x1bc8,0x36f0,0x1801,0x3601,0x5804,
0x3e13,0x780f,0x3e13,0xb808,0x0008,0x9b0f,0x0001,0x744e,
0x2908,0x9300,0x0000,0x004d,0x36f3,0x9808,0x2000,0x0000,
0x36f3,0x580f,0x0007,0x81d7,0x3711,0x8024,0x3711,0xc024,
0x3700,0x0024,0x0000,0x2001,0xb012,0x0024,0x0034,0x0000,
0x2801,0x7705,0x0000,0x01c1,0x0014,0xc000,0x0000,0x01c1,
0x4fce,0x0024,0xffea,0x0024,0x48b6,0x0024,0x4384,0x4097,
0xb886,0x45c6,0xfede,0x0024,0x4db6,0x0024,0x466c,0x0024,
0x0006,0xc610,0x8dd6,0x8007,0x0000,0x00c6,0xff6e,0x0024,
0x48b2,0x0024,0x0034,0x2406,0xffee,0x0024,0x2914,0xaa80,
0x40b2,0x0024,0xf1c6,0x0024,0xf1d6,0x0024,0x0000,0x0201,
0x8d86,0x0024,0x61de,0x0024,0x0006,0xc612,0x2801,0x7d81,
0x0006,0xc713,0x4c86,0x0024,0x2912,0x1180,0x0006,0xc351,
0x0006,0x0210,0x2912,0x0d00,0x3810,0x984c,0xf200,0x2043,
0x2808,0xa000,0x3800,0x0024,0x3e12,0xb817,0x3e12,0x3815,
0x3e05,0xb814,0x3625,0x0024,0x0000,0x800a,0x3e10,0x3801,
0x3e10,0xb803,0x3e11,0x3805,0x3e11,0xb807,0x3e14,0x3811,
0x0006,0xa090,0x2912,0x0d00,0x3e14,0xc024,0x4088,0x8000,
0x4080,0x0024,0x0007,0x90d1,0x2801,0x8545,0x0000,0x0024,
0x0007,0x9051,0x3100,0x4024,0x4100,0x0024,0x3900,0x0024,
0x0007,0x90d1,0x0004,0x0000,0x31f0,0x4024,0x6014,0x0400,
0x0000,0x0024,0x2801,0x8991,0x4080,0x0024,0x0000,0x0000,
0x2801,0x8905,0x0000,0x0024,0x0007,0x9053,0x3300,0x0024,
0x4080,0x0024,0x0000,0x0000,0x2801,0x8998,0x0000,0x0024,
0x0007,0x9051,0x3900,0x0024,0x3200,0x504c,0x6410,0x0024,
0x3cf0,0x0000,0x4080,0x0024,0x0006,0xc691,0x2801,0xa245,
0x3009,0x0400,0x0007,0x9051,0x0000,0x1001,0x3100,0x0024,
0x6012,0x0024,0x0006,0xc6d0,0x2801,0x9689,0x003f,0xe000,
0x0006,0xc693,0x3900,0x0c00,0x3009,0x0001,0x6014,0x0024,
0x0007,0x1ad0,0x2801,0x9695,0x3009,0x0000,0x4080,0x0024,
0x0000,0x0301,0x2801,0x9085,0x4090,0x0024,0x0000,0x0024,
0x2801,0x9195,0x0000,0x0024,0x3009,0x0000,0xc012,0x0024,
0x2801,0x9680,0x3009,0x2001,0x3009,0x0000,0x6012,0x0024,
0x0000,0x0341,0x2801,0x9395,0x0000,0x0024,0x6190,0x0024,
0x2801,0x9680,0x3009,0x2000,0x6012,0x0024,0x0000,0x0381,
0x2801,0x9555,0x0000,0x0024,0x6190,0x0024,0x2801,0x9680,
0x3009,0x2000,0x6012,0x0024,0x0000,0x00c0,0x2801,0x9695,
0x0000,0x0024,0x3009,0x2000,0x0006,0xa090,0x3009,0x0000,
0x4080,0x0024,0x0000,0x0081,0x2801,0x9b55,0x0007,0x8c13,
0x3300,0x104c,0xb010,0x0024,0x0002,0x8001,0x2801,0x9dc5,
0x34f0,0x0024,0x2801,0x9b40,0x0000,0x0024,0x0006,0xc351,
0x3009,0x0000,0x6090,0x0024,0x3009,0x2000,0x2900,0x0b80,
0x3009,0x0405,0x0006,0xc690,0x0006,0xc6d1,0x3009,0x0000,
0x3009,0x0401,0x6014,0x0024,0x0006,0xa093,0x2801,0x99d1,
0xb880,0x0024,0x2801,0xab00,0x3009,0x2c00,0x4040,0x0024,
0x6012,0x0024,0x0006,0xc6d0,0x2801,0xab18,0x0000,0x0024,
0x0006,0xc693,0x3009,0x0c00,0x3009,0x0001,0x6014,0x0024,
0x0006,0xc350,0x2801,0xab01,0x0000,0x0024,0x6090,0x0024,
0x3009,0x2c00,0x3009,0x0005,0x2900,0x0b80,0x0001,0xab08,
0x3009,0x0400,0x4080,0x0024,0x0003,0x8000,0x2801,0xab05,
0x0000,0x0024,0x6400,0x0024,0x0000,0x0081,0x2801,0xab09,
0x0000,0x0024,0x0007,0x8c13,0x3300,0x0024,0xb010,0x0024,
0x0006,0xc650,0x2801,0xab15,0x0000,0x0024,0x0001,0x0002,
0x3413,0x0000,0x3009,0x0401,0x4010,0x8406,0x0000,0x0281,
0xa010,0x13c1,0x4122,0x0024,0x0000,0x03c2,0x6122,0x8002,
0x462c,0x0024,0x469c,0x0024,0xfee2,0x0024,0x48be,0x0024,
0x6066,0x8400,0x0006,0xc350,0x2801,0xab01,0x0000,0x0024,
0x4090,0x0024,0x3009,0x2400,0x2900,0x0b80,0x3009,0x0005,
0x0007,0x1b50,0x2912,0x0d00,0x3613,0x0024,0x3a00,0x0380,
0x4080,0x0024,0x0000,0x00c1,0x2801,0xb3c5,0x3009,0x0000,
0xb010,0x008c,0x4192,0x0024,0x6012,0x0024,0x0006,0xf051,
0x2801,0xb1d8,0x3009,0x0400,0x0007,0x1fd1,0x30e3,0x0400,
0x4080,0x0024,0x0000,0x0301,0x2801,0xb3c5,0x3009,0x0000,
0xb010,0x0024,0x0000,0x0101,0x6012,0x0024,0x0006,0xf051,
0x2801,0xb3d5,0x0000,0x0024,0x3023,0x0400,0xf200,0x184c,
0xb880,0xa400,0x3009,0x2000,0x3009,0x0441,0x3e10,0x4402,
0x2909,0xa9c0,0x3e10,0x8024,0x36e3,0x0024,0x36f4,0xc024,
0x36f4,0x1811,0x36f1,0x9807,0x36f1,0x1805,0x36f0,0x9803,
0x36f0,0x1801,0x3405,0x9014,0x36f3,0x0024,0x36f2,0x1815,
0x2000,0x0000,0x36f2,0x9817,0x3613,0x0024,0x3e12,0xb817,
0x3e12,0x3815,0x3e05,0xb814,0x3615,0x0024,0x0000,0x800a,
0x3e10,0x3801,0x3e10,0xb803,0x3e11,0x3805,0x3e11,0xf810,
0x0001,0x0010,0x3e14,0x7812,0xb882,0x3813,0x2914,0xbec0,
0x0000,0x2200,0xb886,0x12cc,0x2801,0xc040,0x3454,0x8024,
0x0001,0x0000,0x3000,0x984c,0x4234,0xb843,0xf400,0x4095,
0x003b,0xffc2,0x3500,0x4024,0xb122,0x0842,0x4010,0x0bc3,
0x4010,0x0024,0x4010,0x0024,0x4010,0x0024,0x4d82,0x4011,
0x2938,0x0600,0xf400,0x4450,0x3223,0x184c,0x3210,0x8024,
0x32d0,0xc024,0x2938,0x0600,0x4d82,0x4450,0x3243,0x1bc3,
0x6396,0x0024,0x0005,0xdf90,0x3000,0x0024,0x6302,0x0024,
0x0005,0xe110,0x2801,0xbb11,0x0000,0x0024,0x2801,0xc6c0,
0x4086,0x0024,0x3200,0x930c,0x6398,0x1111,0x4244,0x0844,
0xf400,0x4095,0x3500,0x584c,0x4438,0x0805,0x453a,0x4115,
0x3500,0x8024,0x6122,0x4155,0x4280,0x1404,0x0001,0x0002,
0x4244,0x0024,0x4244,0x0024,0x4244,0x0024,0x4244,0x0024,
0x2938,0x2f80,0xf400,0x4090,0x6396,0x0024,0x0005,0xdf50,
0x3000,0x0024,0x6302,0x0024,0x0005,0xe0d2,0x2801,0xc251,
0x0000,0x0381,0x3073,0x0024,0x3023,0x0024,0x3000,0x0024,
0x6012,0x0024,0x0001,0x2212,0x2801,0xcbd5,0x0005,0x1453,
0x0001,0x0011,0x3093,0x184c,0x3000,0x4024,0x2900,0x7600,
0x3e00,0x4024,0x2801,0xcdc0,0x36f3,0x0024,0x0005,0xe3c1,
0x0001,0x0011,0x3613,0x024c,0x3e10,0x4024,0x3000,0x8024,
0x2900,0x5980,0x3e00,0x8024,0x36e3,0x0024,0x36f4,0xc024,
0x36f4,0x5812,0x36f1,0xd810,0x36f1,0x1805,0x36f0,0x9803,
0x36f0,0x1801,0x3405,0x9014,0x36f3,0x0024,0x36f2,0x1815,
0x2000,0x0000,0x36f2,0x9817,0x3613,0x0024,0x3e12,0xb817,
0x3e12,0x3815,0x3e05,0xb814,0x3625,0x0024,0x0000,0x800a,
0x3e10,0x3801,0x0000,0x00c1,0xb880,0xb803,0x3e10,0x904c,
0x3e11,0x3806,0x3e11,0xf810,0x0006,0xf450,0x3e14,0x7812,
0x3e14,0xc024,0x3cf0,0x2080,0x3009,0x23c0,0x3009,0x2380,
0x0000,0x0640,0x3009,0x2000,0x2921,0x9440,0x0000,0x00c0,
0x2921,0xdd40,0x3613,0x0024,0xf400,0x4004,0x0000,0x01c0,
0x6400,0x0024,0x0000,0x00c0,0x2801,0xf0c5,0x0000,0x01c1,
0x6412,0x4100,0x0006,0x0581,0x2801,0xe641,0x4412,0x0024,
0xf400,0x4057,0x3702,0x0024,0x2000,0x0000,0x0000,0x0024,
0x0006,0xf410,0x0000,0x0641,0x3613,0x0000,0x6012,0x0024,
0x0000,0x0024,0x2801,0xdc15,0x0000,0x0024,0x3009,0x2004,
0x2900,0xb340,0x3e01,0x0024,0x2801,0xe640,0x36f3,0x0024,
0x0006,0xf410,0x0000,0x0641,0x3613,0x0000,0x6012,0x0024,
0x0000,0x0024,0x2801,0xdf15,0x0000,0x0024,0x3009,0x2004,
0x2900,0xa140,0x3e01,0x0024,0x2801,0xe640,0x36f3,0x0024,
0x0006,0xf450,0x3613,0x0000,0x6090,0x3804,0x2900,0xb340,
0x3009,0x2000,0x2801,0xe640,0x36f3,0x0024,0x2923,0x4f00,
0x0007,0x2050,0x2801,0xe640,0x3009,0x2000,0x2923,0x7580,
0x0001,0xe648,0x34d3,0x184c,0x3430,0x0024,0x2922,0x4fc0,
0x3e00,0x0024,0x2801,0xe640,0x36f3,0x0024,0x0000,0x3fc0,
0x0007,0x2050,0x3613,0x0024,0x2923,0x8480,0x3e00,0x0024,
0x36f3,0x2000,0x0000,0x1800,0x3413,0x0024,0xf400,0x4510,
0x34f0,0x4024,0x6192,0x0024,0x6014,0x2001,0x0007,0x2051,
0x2801,0xe8c1,0x0000,0x0280,0x3009,0x2400,0x3009,0x0400,
0x4080,0x0024,0x0006,0xf352,0x2801,0xf1d5,0x3009,0x0842,
0x3009,0x0bc3,0x4d86,0x0024,0x0000,0x0201,0x2801,0xed05,
0x0030,0x0013,0x0006,0x8a93,0x3009,0x0c40,0x3009,0x0fc1,
0x6cde,0x0024,0x0000,0x0201,0x2801,0xf1c1,0x0030,0x0013,
0x3300,0x0024,0xb010,0x0024,0x0000,0x0100,0x2801,0xf1d5,
0x0000,0x00c1,0x2921,0x9440,0x3613,0x0024,0x2921,0xdd40,
0x3613,0x0024,0xf400,0x4004,0x0000,0x01c0,0x6400,0x0024,
0x0000,0x01c1,0x2801,0xd815,0x0000,0x00c0,0x2921,0x9440,
0x3613,0x0024,0x2921,0xc300,0x0000,0x0024,0x36f4,0xc024,
0x36f4,0x5812,0x36f1,0xd810,0x36f1,0x1806,0x36f0,0x9803,
0x36f0,0x1801,0x3405,0x9014,0x36f3,0x0024,0x36f2,0x1815,
0x2000,0x0000,0x36f2,0x9817,0x3613,0x0024,0x3e12,0xb817,
0x3e12,0x3815,0x3e05,0xb814,0x3615,0x0024,0x0000,0x800a,
0x3e10,0xb803,0x0012,0x5103,0x3e11,0x3805,0x3e11,0xb807,
0x3e14,0x380d,0x0030,0x0250,0x3e13,0xf80e,0xbe8b,0x83e0,
0x290c,0x4840,0x3613,0x0024,0x290c,0x4840,0x4086,0x984c,
0x0000,0x00ce,0x2401,0xfbce,0x3009,0x1bc0,0x0000,0x01c3,
0xae3a,0x184c,0x0000,0x0043,0x3009,0x3842,0x290c,0x4840,
0x3009,0x3840,0x4084,0x9bc0,0xfe26,0x9bc2,0xceba,0x0024,
0x4e8e,0x0024,0x4e9a,0x0024,0x4f8e,0x0024,0x0000,0x0102,
0x2802,0x0105,0x0030,0x0010,0x0000,0x0206,0x3613,0x0024,
0x290c,0x4840,0x3009,0x3840,0x3000,0xdbc0,0xb366,0x0024,
0x0000,0x0024,0x2802,0x0115,0x4e8e,0x0024,0x4e9a,0x0024,
0x4f8e,0x0024,0x0030,0x0010,0x2801,0xfdd5,0x0000,0x0206,
0x36f3,0xd80e,0x36f4,0x180d,0x36f1,0x9807,0x36f1,0x1805,
0x36f0,0x9803,0x3405,0x9014,0x36f3,0x0024,0x36f2,0x1815,
0x2000,0x0000,0x36f2,0x9817,
0x0007,0x0001, /*copy 1*/
0x802e,
0x0006,0x0002, /*copy 2*/
0x2801,0x6b00,
0x0007,0x0001, /*copy 1*/
0x8030,
0x0006,0x0002, /*copy 2*/
0x2800,0x1b40,
0x0007,0x0001, /*copy 1*/
0x8028,
0x0006,0x0002, /*copy 2*/
0x2a00,0x144e,
0x0007,0x0001, /*copy 1*/
0x8032,
0x0006,0x0002, /*copy 2*/
0x2801,0x7f80,
0x0007,0x0001, /*copy 1*/
0x3580,
0x0006, 0x8038, 0x0000, /*Rle(56)*/
0x0007,0x0001, /*copy 1*/
0xfab3,
0x0006,0x01a4, /*copy 420*/
0x0001,0x0001,0x0001,0x0001,0x0000,0xffff,0xfffe,0xfffb,
0xfff9,0xfff5,0xfff2,0xffed,0xffe8,0xffe3,0xffde,0xffd8,
0xffd3,0xffce,0xffca,0xffc7,0xffc4,0xffc4,0xffc5,0xffc7,
0xffcc,0xffd3,0xffdc,0xffe6,0xfff3,0x0001,0x0010,0x001f,
0x002f,0x003f,0x004e,0x005b,0x0066,0x006f,0x0074,0x0075,
0x0072,0x006b,0x005f,0x004f,0x003c,0x0024,0x0009,0xffed,
0xffcf,0xffb0,0xff93,0xff77,0xff5f,0xff4c,0xff3d,0xff35,
0xff34,0xff3b,0xff4a,0xff60,0xff7e,0xffa2,0xffcd,0xfffc,
0x002e,0x0061,0x0094,0x00c4,0x00f0,0x0114,0x0131,0x0144,
0x014b,0x0146,0x0134,0x0116,0x00eb,0x00b5,0x0075,0x002c,
0xffde,0xff8e,0xff3d,0xfeef,0xfea8,0xfe6a,0xfe39,0xfe16,
0xfe05,0xfe06,0xfe1b,0xfe43,0xfe7f,0xfecd,0xff2a,0xff95,
0x0009,0x0082,0x00fd,0x0173,0x01e1,0x0242,0x0292,0x02cc,
0x02ec,0x02f2,0x02da,0x02a5,0x0253,0x01e7,0x0162,0x00c9,
0x0021,0xff70,0xfebc,0xfe0c,0xfd68,0xfcd5,0xfc5b,0xfc00,
0xfbc9,0xfbb8,0xfbd2,0xfc16,0xfc85,0xfd1b,0xfdd6,0xfeae,
0xff9e,0x009c,0x01a0,0x02a1,0x0392,0x046c,0x0523,0x05b0,
0x060a,0x062c,0x0613,0x05bb,0x0526,0x0456,0x0351,0x021f,
0x00c9,0xff5a,0xfde1,0xfc6a,0xfb05,0xf9c0,0xf8aa,0xf7d0,
0xf73d,0xf6fa,0xf70f,0xf77e,0xf848,0xf96b,0xfadf,0xfc9a,
0xfe8f,0x00ad,0x02e3,0x051a,0x073f,0x0939,0x0af4,0x0c5a,
0x0d59,0x0de1,0x0de5,0x0d5c,0x0c44,0x0a9e,0x0870,0x05c7,
0x02b4,0xff4e,0xfbaf,0xf7f8,0xf449,0xf0c7,0xed98,0xeae0,
0xe8c4,0xe765,0xe6e3,0xe756,0xe8d2,0xeb67,0xef19,0xf3e9,
0xf9cd,0x00b5,0x088a,0x112b,0x1a72,0x2435,0x2e42,0x3866,
0x426b,0x4c1b,0x553e,0x5da2,0x6516,0x6b6f,0x7087,0x7441,
0x7686,0x774a,0x7686,0x7441,0x7087,0x6b6f,0x6516,0x5da2,
0x553e,0x4c1b,0x426b,0x3866,0x2e42,0x2435,0x1a72,0x112b,
0x088a,0x00b5,0xf9cd,0xf3e9,0xef19,0xeb67,0xe8d2,0xe756,
0xe6e3,0xe765,0xe8c4,0xeae0,0xed98,0xf0c7,0xf449,0xf7f8,
0xfbaf,0xff4e,0x02b4,0x05c7,0x0870,0x0a9e,0x0c44,0x0d5c,
0x0de5,0x0de1,0x0d59,0x0c5a,0x0af4,0x0939,0x073f,0x051a,
0x02e3,0x00ad,0xfe8f,0xfc9a,0xfadf,0xf96b,0xf848,0xf77e,
0xf70f,0xf6fa,0xf73d,0xf7d0,0xf8aa,0xf9c0,0xfb05,0xfc6a,
0xfde1,0xff5a,0x00c9,0x021f,0x0351,0x0456,0x0526,0x05bb,
0x0613,0x062c,0x060a,0x05b0,0x0523,0x046c,0x0392,0x02a1,
0x01a0,0x009c,0xff9e,0xfeae,0xfdd6,0xfd1b,0xfc85,0xfc16,
0xfbd2,0xfbb8,0xfbc9,0xfc00,0xfc5b,0xfcd5,0xfd68,0xfe0c,
0xfebc,0xff70,0x0021,0x00c9,0x0162,0x01e7,0x0253,0x02a5,
0x02da,0x02f2,0x02ec,0x02cc,0x0292,0x0242,0x01e1,0x0173,
0x00fd,0x0082,0x0009,0xff95,0xff2a,0xfecd,0xfe7f,0xfe43,
0xfe1b,0xfe06,0xfe05,0xfe16,0xfe39,0xfe6a,0xfea8,0xfeef,
0xff3d,0xff8e,0xffde,0x002c,0x0075,0x00b5,0x00eb,0x0116,
0x0134,0x0146,0x014b,0x0144,0x0131,0x0114,0x00f0,0x00c4,
0x0094,0x0061,0x002e,0xfffc,0xffcd,0xffa2,0xff7e,0xff60,
0xff4a,0xff3b,0xff34,0xff35,0xff3d,0xff4c,0xff5f,0xff77,
0xff93,0xffb0,0xffcf,0xffed,0x0009,0x0024,0x003c,0x004f,
0x005f,0x006b,0x0072,0x0075,0x0074,0x006f,0x0066,0x005b,
0x004e,0x003f,0x002f,0x001f,0x0010,0x0001,0xfff3,0xffe6,
0xffdc,0xffd3,0xffcc,0xffc7,0xffc5,0xffc4,0xffc4,0xffc7,
0xffca,0xffce,0xffd3,0xffd8,0xffde,0xffe3,0xffe8,0xffed,
0xfff2,0xfff5,0xfff9,0xfffb,0xfffe,0xffff,0x0000,0x0001,
0x0001,0x0001,0x0001,0x0000,
0x0007,0x0001, /*copy 1*/
0x180b,
0x0006,0x0012, /*copy 18*/
0x000f,0x0010,0x001c,0xfab3,0x3580,0x8037,0xa037,0x0001,
0x0000,0x3580,0x01a4,0x0768,0x0774,0x0787,0x0780,0x078b,
0x078d,0x0793,
0x000a,0x0001, /*copy 1*/
0x0050,
#define PLUGIN_SIZE 4448
};
#endif