Changeset fa38804 in buchla-68k for vlib/glcinit.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/glcinit.c

    r1efe224 rfa38804  
    4242                No error checks are done.
    4343
    44 
    4544        GLCdisp(dsp, crs, blk1, blk2, blk3)
    4645        short dsp, crs, blk1, blk2, blk3;
     
    5352                Turns the cursor on or off.
    5453   =============================================================================
    55 */
    56 
    57 /*
    58 
    5954*/
    6055
     
    7671int8_t glc_is2[] = { 0x00, 0x00, 0x3F, 0x00, 0x20, 0x3F, 0x00, 0x00 };
    7772
    78 /*
    79 
    80 */
    81 
    8273/*
    8374   =============================================================================
     
    115106        LCD_WD = lcdctl2;
    116107}
    117 
    118 /*
    119 
    120 */
    121108
    122109/*
     
    164151        GLCdisp(G_OFF, G_B2, G_ON, G_ON, G_OFF);
    165152
    166 /*
    167 
    168 */
     153
    169154        LCD_WC = G_CRSWR;       /* set cursor at (0,0) in G_PLANE1 */
    170155        LCD_WD = G_PLANE1 & 0xFF;
     
    191176}
    192177
    193 /*
    194 
    195 */
    196 
    197178/*
    198179   =============================================================================
     
    218199        return(curad);                  /* return calculated cursor address */
    219200}
    220 
    221 /*
    222 
    223 */
    224201
    225202/*
     
    261238}
    262239
    263 /*
    264 
    265 */
    266 
    267240/*
    268241   =============================================================================
     
    288261}
    289262
    290 /*
    291 
    292 */
    293 
    294263/*
    295264   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.