bitmaps/Debugger.xbm
author Claus Gittinger <cg@exept.de>
Wed, 05 Jun 2019 14:16:59 +0200
changeset 18805 f6df57c6dbfb
parent 147 dd060240f2f7
permissions -rw-r--r--
#BUGFIX by cg class: AbstractFileBrowser changed: #currentFileNameHolder endless loop if file not present.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
147
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#define Debugger_width 48
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#define Debugger_height 48
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
static char Debugger_bits[] = {
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
   0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x0f, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
   0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
   0xfc, 0x03, 0xfc, 0x1f, 0x00, 0x00, 0xfc, 0x0f, 0xfe, 0x3f, 0xe0, 0x0f,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
   0x00, 0x1e, 0xff, 0x7f, 0xf0, 0x1f, 0x00, 0x9c, 0xff, 0xff, 0x3c, 0x18,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
   0x00, 0xf8, 0xff, 0xff, 0x1f, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
   0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
   0x00, 0xfc, 0xff, 0xff, 0x1f, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x3f, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
   0x00, 0xfe, 0xff, 0xff, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xff, 0x7f, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
   0x00, 0xff, 0xff, 0xff, 0x7f, 0x00, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x0f,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
   0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0x83, 0xff, 0xff, 0xff, 0xff, 0x7c,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
   0x83, 0xff, 0xff, 0xff, 0xff, 0x60, 0x80, 0xff, 0xff, 0xff, 0xff, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
   0x80, 0xff, 0xff, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
   0x80, 0xff, 0xff, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
   0x80, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0x7f, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
   0xc0, 0xff, 0xff, 0xff, 0x7f, 0x00, 0xe0, 0xff, 0xff, 0xff, 0xff, 0x01,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
   0x38, 0xfe, 0xff, 0xff, 0xff, 0x07, 0x1c, 0xfe, 0xff, 0xff, 0x3f, 0x0e,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
   0x0e, 0xfc, 0xff, 0xff, 0x3f, 0x1c, 0x03, 0xfc, 0xff, 0xff, 0x1f, 0x38,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
   0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00, 0x00, 0xf0, 0xff, 0xff, 0x07, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
   0x00, 0xe0, 0xff, 0xff, 0x03, 0x00, 0x00, 0x80, 0xff, 0xff, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
   0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
dd060240f2f7 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};