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

    r1efe224 rfa38804  
    6262};
    6363
    64 /*
    65 
    66 */
    67 
    6864uint16_t        pxtbl[][4] = {          /* pixel mask table for notes */
    6965
     
    114110          0, 0, 0, 0 }
    115111};
    116 
    117 /*
    118 
    119 */
    120112
    121113/*
     
    169161        }
    170162
    171 /*
    172 
    173 */
    174 
    175163        for (i = 0; i < 12; i++) {      /* scan the group control table ... */
    176164
     
    217205        }
    218206
    219 /*
    220 
    221 */
     207
    222208        for (; i < (NGDSEL - 1); i++) {
    223209
     
    314300        return(wrote);
    315301}
    316 
    317 /*
    318 
    319 */
    320302
    321303/*
     
    348330        gdstp = gdstb;                  /* group control table pointer */
    349331
    350 /*
    351 
    352 */
     332
    353333        /* reverse note codes */
    354334
     
    397377        }
    398378
    399 /*
    400 
    401 */
     379
    402380        /* delete event codes */
    403381
     
    425403        DB_EXIT("rslice");
    426404}
    427 
    428 /*
    429 
    430 */
    431405
    432406/*
     
    483457        }
    484458
    485 /*
    486 
    487 */
    488 
    489459        for (i = 0; i < 12; i++) {      /* scan the group control table ... */
    490460
     
    521491        }
    522492
    523 /*
    524 
    525 */
     493
    526494        for (; i < (NGDSEL - 1); i++) { /* scan the event priorities ... */
    527495
     
    617585}
    618586
    619 /*
    620 
    621 */
    622 
    623587/*
    624588   =============================================================================
     
    672636        cursl = &slices[224];           /* initialize current slice pointer */
    673637        nxtsl = &slices[0];             /* initialize next slice pointer */
    674 /*
    675 
    676 */
     638
    677639        {
    678640                register uint16_t *p1, *p2, *p3, sword;
Note: See TracChangeset for help on using the changeset viewer.