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

    r1efe224 rfa38804  
    3131
    3232int16_t ndvals[10] = {0, 0, 1200, 1902, 2400, 2786, 3102, 3369, 3600, 3804};
    33 
    34 
    35 /*
    36 
    37 */
    3833
    3934/*
     
    6762        }
    6863}
    69 
    70 /*
    71 
    72 */
    7364
    7465/*
     
    9384}
    9485
    95 /*
    96 
    97 */
    98 
    9986/*
    10087   =============================================================================
     
    130117}
    131118
    132 /*
    133 
    134 */
    135 
    136119/*
    137120   =============================================================================
     
    174157                break;
    175158        }
    176 /*
    177 
    178 */
     159
    179160        bform = ctl & OC_MOD;
    180161
     
    214195}
    215196
    216 /*
    217 
    218 */
    219 
    220197/*
    221198   =============================================================================
     
    256233                | ((bform & 2) ? I_NRATIO : 0);
    257234}
    258 
    259 /*
    260 
    261 */
    262235
    263236/*
     
    299272                modinst();
    300273                return(SUCCESS);
    301 /*
    302 
    303 */
     274
    304275        case OC_FRQ:            /* frequency */
    305276
     
    330301        return(FAILURE);
    331302}
    332 
    333 /*
    334 
    335 */
    336303
    337304/*
     
    378345                break;
    379346        }
    380 /*
    381 
    382 */
     347
    383348        bform = ctl & OC_MOD;
    384349        ocs = ((v EQ 3) ? ' ' : (ctl & OC_SYN ? 'S' : 's'));
     
    431396}
    432397
    433 /*
    434 
    435 */
    436 
    437398/*
    438399   =============================================================================
     
    479440
    480441        bfm = ctl & OC_MOD;
    481 /*
    482 
    483 */
     442
    484443        switch (bform) {
    485444
     
    520479
    521480                break;
    522 /*
    523 
    524 */
     481
    525482        case OC_FRQ:            /* frequency */
    526483
     
    550507}
    551508
    552 /*
    553 
    554 */
    555 
    556509/*
    557510   =============================================================================
     
    603556}
    604557
    605 /*
    606 
    607 */
    608 
    609558/*
    610559   =============================================================================
     
    640589                } else
    641590                        return(FAILURE);
    642 /*
    643 
    644 */
     591
    645592        } else if (stccol EQ 46) {      /* sync */
    646593
     
    661608                        return(FAILURE);
    662609
    663 /*
    664 
    665 */
     610
    666611        } else if ((stccol GE 40) AND (stccol LE 44)) {         /* value */
    667612
     
    704649                        advicur();
    705650                        return(SUCCESS);
    706 /*
    707 
    708 */
     651
    709652                case OC_RAT:            /* ratio */
    710653
     
    751694                                return(FAILURE);
    752695                        }
    753 /*
    754 
    755 */
     696
    756697                case OC_FRQ:            /* frequency */
    757698
     
    778719
    779720                        return(SUCCESS);
    780 /*
    781 
    782 */
     721
    783722                case OC_PCH:            /* pitch */
    784723
     
    829768                                break;
    830769                        }
    831 /*
    832 
    833 */
    834770
    835771                        dspbuf[1] = '\0';
Note: See TracChangeset for help on using the changeset viewer.