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

    r1efe224 rfa38804  
    2121
    2222struct seqent   seqbuf;                 /* sequence line buffer */
    23 
    24 /*
    25 
    26 */
    2723
    2824int8_t  sqhilit[][8] = {                /* submenu highlight table */
     
    5046
    5147int8_t  nextact[] = {  24, 36, 6 };     /* next column after action entry */
    52 
    53 /*
    54 
    55 */
    5648
    5749int16_t sqidata[] = {           /* intial data by box */
     
    7769};
    7870
    79 /*
    80 
    81 */
    82 
    8371int8_t  actcol[] = {                    /* action data entry column by action */
    8472
     
    9482        SQ_VAL, SQ_REG, SQ_VLT, SQ_RND
    9583};
    96 
    97 /*
    98 
    99 */
    10084
    10185/*
     
    124108        }
    125109}
    126 
    127 /*
    128 
    129 */
    130110
    131111/*
     
    177157}
    178158
    179 /*
    180 
    181 */
    182 
    183159/*
    184160   =============================================================================
     
    208184        movestc(row, col);
    209185}
    210 
    211 /*
    212 
    213 */
    214186
    215187/*
     
    226198}
    227199
    228 /*
    229 
    230 */
    231 
    232200/*
    233201   =============================================================================
     
    270238        }
    271239
    272 /*
    273 
    274 */
     240
    275241        lcol   = actlft[action];
    276242        theact = SQ_MACT & *ap;
     
    295261
    296262                key = ltemp - 1;
    297 /*
    298 
    299 */
     263
    300264                i = sqdebuf[lcol + 7];
    301265
     
    327291
    328292                break;
    329 /*
    330 
    331 */
     293
    332294        case SQ_STRG:   /*      "Trig on  01" */
    333295        case SQ_CTRG:   /*      "Trig off 01" */
     
    364326
    365327                break;
    366 /*
    367 
    368 */
     328
    369329        case SQ_SREG:   /*      "Set R01=00 " */
    370330        case SQ_AREG:   /*      "Inc R01+00 " */
     
    408368
    409369                        break;
    410 /*
    411 
    412 */
     370
    413371                case SQ_VLT:    /* control voltage */
    414372
     
    441399                return(FAILURE);
    442400        }
    443 /*
    444 
    445 */
     401
    446402        memcpyw(&seqtab[curslin], &seqbuf, NSEQW);
    447403        dsqlin(sqdebuf, curslin);
     
    452408}
    453409
    454 /*
    455 
    456 */
    457 
    458410/*
    459411   =============================================================================
     
    501453                        movestc(DATAROW, 12);
    502454                        return(SUCCESS);
    503 /*
    504 
    505 */
     455
    506456                } else if (inrange(stccol, 12, 22)) {   /* Action 1 */
    507457
     
    543493                                return(sqenter());
    544494                        }
    545 /*
    546 
    547 */
     495
    548496                } else if (inrange(stccol, 36, 46)) {   /* Action 3 */
    549497
     
    568516                } else
    569517                        return(FAILURE);
    570 /*
    571 
    572 */
     518
    573519        } else {                                /* SUBMENU SELECTION */
    574520
     
    587533                else
    588534                        return(FAILURE);
    589 /*
    590 
    591 */
     535
    592536                switch (sqmenu) {       /* switch on submenu type */
    593537
     
    636580
    637581                        return(SUCCESS);
    638 /*
    639 
    640 */
     582
    641583                case ST_1:      /* operand type */
    642584
Note: See TracChangeset for help on using the changeset viewer.