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

    r1efe224 rfa38804  
    99
    1010#define PCENTER         256L
    11 
    12 /*
    13 
    14 */
    1511
    1612struct  fet     sc_fet1[] = {
     
    5046        {19, 60, 63,     11, et_trns, ef_trns, rd_trns, nd_trns},
    5147
    52 /*
    53 
    54 */
    55 
    5648        {20,  6,  6,      0, et_dyn,  ef_dyn,  rd_dyn,  nd_dyn},
    5749        {20,  8,  8,      0, et_loc,  ef_loc,  rd_loc,  nd_loc},
     
    8981        {20, 61, 61,     11, et_dyn,  ef_dyn,  rd_dyn,  nd_dyn},
    9082        {20, 63, 63,     11, et_loc,  ef_loc,  rd_loc,  nd_loc},
    91 
    92 /*
    93 
    94 */
    9583
    9684        {21,  6,  8,      0, et_vel,  ef_vel,  rd_vel,  nd_vel},
     
    134122        { 0,  0,  0, 0x0000, FN_NULL, FN_NULL, FN_NULL, FN_NULL}
    135123};
    136 
    137 /*
    138 
    139 */
    140124
    141125struct curpak sc_flds = {
     
    164148};
    165149
    166 /*
    167 
    168 */
    169 
    170150/*
    171151   =============================================================================
     
    193173        return(SUCCESS);
    194174}
    195 
    196 /*
    197 
    198 */
    199175
    200176/*
     
    239215}
    240216
    241 /*
    242 
    243 */
    244 
    245217/*
    246218   =============================================================================
     
    290262}
    291263
    292 /*
    293 
    294 */
    295 
    296264/*
    297265   =============================================================================
     
    328296}
    329297
    330 /*
    331 
    332 */
    333 
    334298/*
    335299   =============================================================================
     
    367331}
    368332
    369 /*
    370 
    371 */
    372 
    373333/*
    374334   =============================================================================
     
    408368                        } else
    409369                                return(FAILURE);
    410 /*
    411 
    412 */
     370
    413371                } else if (fnc EQ 1) {          /* mode */
    414372
     
    432390                } else
    433391                        return(FAILURE);
    434 /*
    435 
    436 */
     392
    437393        } else if (stcrow EQ 22) {      /* analog variables */
    438394
     
    466422}
    467423
    468 /*
    469 
    470 */
    471 
    472424/*
    473425   =============================================================================
     
    490442        return(TRUE);                   /* ... and return TRUE */
    491443}
    492 
    493 /*
    494 
    495 */
    496444
    497445/*
     
    512460        ep = ep_adj(p_cur, 1, thetime);         /* start at left end of chain */
    513461
    514 /*
    515 
    516 */
     462
    517463        while (ep->e_time EQ thetime) {         /* for each event at ctime ... */
    518464
     
    554500        return(rc);
    555501}
    556 
    557 /*
    558 
    559 */
    560502
    561503/*
     
    619561                        ep = rp;                /* next event */
    620562                }
    621 /*
    622 
    623 */
     563
    624564        } else if ((vc GE 2) AND (vc LE 6)) {   /* value */
    625565
     
    670610}
    671611
    672 /*
    673 
    674 */
    675 
    676612/*
    677613   =============================================================================
     
    693629        if (scmctl NE -1)               /* ... and area 1 menu is down */
    694630                return;
    695 /*
    696 
    697 */
     631
    698632        if (sdmctl EQ 4) {              /* section menu is up */
    699633
     
    740674
    741675                                break;
    742 /*
    743 
    744 */
     676
    745677                        case 1:         /* section number */
    746678                        case 2:
     
    779711                        return;
    780712
    781 /*
    782 
    783 */
     713
    784714                } else if ((vtcrow EQ 23) AND
    785715                           (vtccol GE 28) AND (vtccol LE 62)) {
     
    810740                if (cp2time(cxval))
    811741                        delevts(-1, ctime);     /* delete all events at cursor */
    812 
    813 /*
    814 
    815 */
    816742
    817743        } else if (stcrow EQ 17) {
     
    860786
    861787                deladat();
    862 /*
    863 
    864 */
     788
    865789        } else if (stcrow EQ 24) {                              /* score */
    866790
     
    885809}
    886810
    887 /*
    888 
    889 */
    890 
    891811/*
    892812   =============================================================================
     
    906826}
    907827
    908 /*
    909 
    910 */
    911 
    912828/*
    913829   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.