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

    r1efe224 rfa38804  
    77
    88#include "ram.h"
    9 
    10 /*
    11 
    12 */
    139
    1410struct  fet     ad_fet1[] = {           /* field definitions */
     
    10197};
    10298
    103 /*
    104 
    105 */
    106 
    10799int16_t adbox[][8] = {          /* display box parameters */
    108100
     
    134126        "PhaseShift"                    /* 10 */
    135127};
    136 
    137 /*
    138 
    139 */
    140128
    141129struct curpak ad_flds = {
     
    164152};
    165153
    166 /*
    167 
    168 */
    169 
    170154/*
    171155   =============================================================================
     
    224208}
    225209
    226 /*
    227 
    228 */
    229 
    230210/*
    231211   =============================================================================
     
    269249
    270250                                break;
    271 /*
    272 
    273 */
     251
    274252                        case 4:         /* voice to group */
    275253
     
    310288
    311289                                break;
    312 /*
    313 
    314 */
     290
    315291                        case 6:         /* port or channel */
    316292
     
    342318                                        modasg();
    343319                                        return; /* SUCCESS */
    344 /*
    345 
    346 */
     320
    347321                                } else if (col EQ 59) {
    348322
     
    379353}
    380354
    381 /*
    382 
    383 */
    384 
    385355/*
    386356   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.