File: sim_step.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-- 845 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define sim_step_width 30
#define sim_step_height 30
static unsigned char sim_step_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,
   0x00, 0x00, 0x00, 0x00, 0xc0, 0x71, 0xc0, 0x00, 0x80, 0xe3, 0xc0, 0x00,
   0x00, 0xc7, 0xc1, 0x00, 0x00, 0x8e, 0xc3, 0x00, 0x00, 0x1c, 0xc7, 0x00,
   0x00, 0x38, 0xce, 0x00, 0x00, 0x70, 0xdc, 0x00, 0x00, 0xe0, 0xf8, 0x00,
   0x00, 0xe0, 0xf8, 0x00, 0x00, 0x70, 0xdc, 0x00, 0x00, 0x38, 0xce, 0x00,
   0x00, 0x1c, 0xc7, 0x00, 0x00, 0x8e, 0xc3, 0x00, 0x00, 0xc7, 0xc1, 0x00,
   0x80, 0xe3, 0xc0, 0x00, 0xc0, 0x71, 0xc0, 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, 0x00, 0x00, 0x00, 0x00};