Changeset fa38804 in buchla-68k for ram/barbadj.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
  • ram/barbadj.c

    r1efe224 rfa38804  
    4141
    4242#include "glcbars.h"            /* bar graph driver constant definitions */
    43 
    44 /*
    45 
    46 */
    4743
    4844/*
     
    9288                                LCD_WD = bardot;
    9389                }
    94 /*
    95 
    96 */
     90
    9791        } else {                /* decreasing value */
    9892
     
    125119        BarBcur[bar] = newbar;          /* update current bar position */
    126120}
    127 
    128 /*
    129 
    130 */
    131121
    132122/*
     
    179169}
    180170
    181 /*
    182 
    183 */
    184 
    185171/*
    186172   =============================================================================
     
    210196        baradr = barcol + (85 * (63 - curbar)) + G_PLANE2;
    211197
    212 /*
    213 
    214 */
     198
    215199        if (newbar > curbar) {  /* increasing value */
    216200
     
    236220                        ++baradr;               /* update GLC start address */
    237221                }
    238 /*
    239 
    240 */
     222
    241223        } else {                /* decreasing value */
    242224
     
    270252}
    271253
    272 /*
    273 
    274 */
    275 
    276254/*
    277255   =============================================================================
     
    308286        LCD_WC = G_CRSMUP;              /* set cursor motion "up" */
    309287
    310 /*
    311 
    312 */
     288
    313289        for (i = 0; i < 3; i++) {       /* for each bar column ... */
    314290
Note: See TracChangeset for help on using the changeset viewer.