Trust uboot's device list only if it does not look suspicious.
[AROS.git] / compiler / coolimages / loadimage.c
blobc838fbb2c142ec4dd41a59303b31ec6c22e15596
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "coolimages.h"
8 #define LOADIMAGE_WIDTH 23
9 #define LOADIMAGE_HEIGHT 16
10 #define LOADIMAGE_COLORS 5
12 static const UBYTE loadimage_data[] =
14 00,04,04,04,04,04,04,04,04,04,04,04,04,04,04,00,00,00,00,00,00,00,00,
15 04,04,02,02,02,02,02,02,02,02,02,02,02,02,02,01,00,00,00,00,00,00,00,
16 04,04,02,02,04,04,04,04,04,04,04,02,02,03,03,03,03,00,00,00,00,00,00,
17 04,04,02,02,02,02,02,02,02,02,02,02,03,03,03,03,03,03,00,00,00,00,00,
18 04,04,02,02,04,04,04,04,02,02,02,03,03,03,01,03,03,03,01,00,00,00,00,
19 04,04,02,02,02,02,02,02,02,02,03,03,03,01,02,03,03,03,01,00,00,00,00,
20 04,04,04,02,02,02,02,02,02,03,03,03,01,02,04,02,03,03,03,01,00,00,00,
21 04,04,04,04,04,04,04,04,04,02,03,01,02,04,04,01,02,03,03,01,00,03,03,
22 04,04,04,04,04,04,04,04,04,04,02,02,04,04,04,02,02,03,03,03,03,03,01,
23 04,04,04,02,02,02,02,02,02,02,02,02,02,04,02,03,03,03,03,03,03,03,01,
24 04,04,04,02,02,04,04,02,02,02,02,02,02,04,02,03,03,03,03,03,03,03,01,
25 04,04,04,02,02,04,04,02,02,02,02,02,02,04,04,01,03,03,03,03,03,01,00,
26 04,04,04,02,02,04,04,02,02,02,02,02,02,04,04,01,00,00,03,03,03,01,00,
27 04,04,04,02,02,02,02,02,02,02,02,02,02,04,04,01,00,00,00,03,01,00,00,
28 00,01,01,01,01,01,01,01,01,01,01,01,01,01,01,00,00,00,00,00,00,00,00,
29 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
32 static const UBYTE loadimage_pal[] =
34 0xb3,0xb3,0xb3,0x00,0x00,0x00,
35 0xe0,0xe0,0xe0,0x00,0x76,0x00,
36 0x65,0x4b,0xbf
39 const struct CoolImage cool_loadimage =
41 loadimage_data,
42 loadimage_pal,
43 LOADIMAGE_WIDTH,
44 LOADIMAGE_HEIGHT,
45 LOADIMAGE_COLORS