File: sim_pause.b

package info (click to toggle)
tkgate 1.8.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,088 kB
  • ctags: 7,899
  • sloc: ansic: 36,999; tcl: 6,620; sh: 615; lex: 445; yacc: 413; makefile: 47
file content (13 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define sim_pause_width 30
#define sim_pause_height 30
static unsigned char sim_pause_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};