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

// tableau pour Scroll Demo 0.1 - LYNX - kit BLL (newcc65)
uchar tbr01[30][7]=
{
//
        {9,9,9,9,9,9,9},
        {9,1,2,8,5,4,9},
        {9,1,2,7,5,4,9},
        {9,1,2,8,5,4,9},
        {9,1,2,7,5,4,9},
        {9,9,9,9,9,9,9},
//
        {10,10,10,10,10,10,10},
        {10,1,2,8,5,4,10},
        {10,1,2,7,5,4,10},
        {10,1,2,8,5,4,10},
        {10,1,2,7,5,4,10},
        {10,10,10,10,10,10,10},
       
        {11,11,11,11,11,11,11},
        {11,1,2,8,5,4,11},
        {11,1,2,7,5,4,11},
        {11,1,2,8,5,4,11},
        {11,1,2,7,5,4,11},
        {11,11,11,11,11,11,11},
       
        {12,12,12,12,12,12,12},
        {12,1,2,8,5,4,12},
        {12,1,2,7,5,4,12},
        {12,1,2,8,5,4,12},
        {12,1,2,7,5,4,12},
        {12,12,12,12,12,12,12},
       
        {13,13,13,13,13,13,13},
        {13,1,2,8,5,4,13},
        {13,1,2,7,5,4,13},
        {13,1,2,8,5,4,13},
        {13,1,2,7,5,4,13},
        {13,13,13,13,13,13,13}
};