File: rdata.h - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

01: // tableau pour Scroll Demo 0.1 - LYNX - kit BLL (newcc65)
02: uchar tbr01[30][7]=
03: {
04: //
05:  {9,9,9,9,9,9,9},
06:  {9,1,2,8,5,4,9},
07:  {9,1,2,7,5,4,9},
08:  {9,1,2,8,5,4,9},
09:  {9,1,2,7,5,4,9},
10:  {9,9,9,9,9,9,9},
11: //
12:  {10,10,10,10,10,10,10},
13:  {10,1,2,8,5,4,10},
14:  {10,1,2,7,5,4,10},
15:  {10,1,2,8,5,4,10},
16:  {10,1,2,7,5,4,10},
17:  {10,10,10,10,10,10,10},
18:  
19:  {11,11,11,11,11,11,11},
20:  {11,1,2,8,5,4,11},
21:  {11,1,2,7,5,4,11},
22:  {11,1,2,8,5,4,11},
23:  {11,1,2,7,5,4,11},
24:  {11,11,11,11,11,11,11},
25:  
26:  {12,12,12,12,12,12,12},
27:  {12,1,2,8,5,4,12},
28:  {12,1,2,7,5,4,12},
29:  {12,1,2,8,5,4,12},
30:  {12,1,2,7,5,4,12},
31:  {12,12,12,12,12,12,12},
32:  
33:  {13,13,13,13,13,13,13},
34:  {13,1,2,8,5,4,13},
35:  {13,1,2,7,5,4,13},
36:  {13,1,2,8,5,4,13},
37:  {13,1,2,7,5,4,13},
38:  {13,13,13,13,13,13,13}
39: };
40: 
41: 
42: 
43: 
44: 
45: 
46: