Changeset fa38804 in buchla-68k for vlib


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.

Location:
vlib
Files:
10 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   =============================================================================
  • vlib/lseg.c

    r1efe224 rfa38804  
    3737        on their use of register variables.
    3838   =============================================================================
    39 */
    40 
    41 /*
    42 
    4339*/
    4440
  • vlib/vbfill4.c

    r1efe224 rfa38804  
    2727};
    2828
    29 /*
    30 
    31 */
    32 
    3329void vbfill4(uint16_t *obj, int16_t obwidth, int16_t xmin, int16_t ymin, int16_t xmax, int16_t ymax, uint16_t color)
    3430{
     
    4541        lmask = rmask = 0;
    4642
    47 /*
    48 
    49 */
     43
    5044        switch (xmin & 3) {
    5145
     
    10195                return;
    10296
    103 /*
    104 
    105 */
     97
    10698        case 1:
    10799
     
    155147                return;
    156148
    157 /*
    158 
    159 */
     149
    160150        case 2:
    161151
     
    209199                return;
    210200
    211 /*
    212 
    213 */
     201
    214202        case 3:
    215203
  • vlib/vhinit.c

    r1efe224 rfa38804  
    2626int16_t v_nobj;                 /* current object number */
    2727int16_t v_obpri;                /* current object priority */
    28 
    29 /*
    30  */
    3128
    3229/* initialized variables */
     
    5956#endif
    6057};
    61 
    62 /*
    63  */
    6458
    6559/*
  • vlib/vmput.c

    r1efe224 rfa38804  
    4646}
    4747
    48 /*
    49  */
    50 
    5148/*
    5249   =============================================================================
  • vlib/vobjfns.c

    r1efe224 rfa38804  
    3434*/
    3535
    36 /*
    37 
    38 */
    39 
    4036/*
    4137        VIint() is located in viint.s but is mentioned here for completeness
     
    6056uint16_t        vi_ctl;         /* object unblank control bits */
    6157
    62 /*
    63 
    64 */
    65 
    6658/*
    6759   =============================================================================
     
    8678                vbank(op->obank & 3);
    8779}
    88 
    89 /*
    90 
    91 */
    9280
    9381/*
     
    128116        setipl(0);                              /* enable VI interrupt */
    129117}
    130 
    131 /*
    132 
    133 */
    134118
    135119/*
     
    161145        op->obank = bank & 3;
    162146
    163 /*
    164 
    165 */
     147
    166148        if (type) {     /* character objects */
    167149
     
    194176                        wsize = wsize + (wsize << 1);
    195177
    196 /*
    197 
    198 */
     178
    199179        } else {        /* bitmap objects */
    200180
     
    228208        SetPri(obj, pri);
    229209}
    230 
    231 /*
    232 
    233 */
    234210
    235211/*
  • vlib/vputs.c

    r1efe224 rfa38804  
    4141}
    4242
    43 /*
    44  */
    45 
    4643/*
    4744   =============================================================================
  • vlib/vputsv.c

    r1efe224 rfa38804  
    4141}
    4242
    43 /*
    44  */
    45 
    4643/*
    4744   =============================================================================
  • vlib/vsetpal.c

    r1efe224 rfa38804  
    3232};
    3333
    34 /*
    35 
    36 */
    37 
    3834/*
    3935   =============================================================================
     
    6258}
    6359
    64 /*
    65 
    66 */
    67 
    6860/*
    6961   =============================================================================
  • vlib/vspray4.c

    r1efe224 rfa38804  
    2323        is -1,  and the list terminates with a null pointer.
    2424   =============================================================================
    25 */
    26 
    27 /*
    28 
    2925*/
    3026
Note: See TracChangeset for help on using the changeset viewer.