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

    r1efe224 rfa38804  
    1717#define BOT_EDGE        348             /* bottom edge of configuration box */
    1818
    19 /*
    20 
    21 */
    22 
    2319struct  fet     id_fet2[] = {   /* waveshape number fet */
    2420
     
    5349        {  1, 336, 510, 349,     12, imfnbox},  /* number */
    5450};
    55 
    56 /*
    57 
    58 */
    5951
    6052int16_t patctab[MAXPAT] = {     /* pattern colors */
     
    9789};
    9890
    99 /*
    100 
    101 */
    102 
    10391uint16_t        pat[MAXPAT][16] = {             /* configuration pattern elements */
    10492
     
    152140         0x7FFC, 0x7FFC, 0x3FFC, 0x1FFC,
    153141         0x0FFC, 0x03FC, 0x00FC, 0x001C},
    154 /*
    155 
    156 */
     142
    157143        {0x0000, 0x0000, 0x0000, 0x0000,        /* 11 */
    158144         0x0080, 0x0180, 0x0080, 0x0000,
     
    204190         0xFE00, 0x0000, 0x0000, 0x0000,
    205191         0x0000, 0x0000, 0x0000, 0x0000},
    206 /*
    207 
    208 */
     192
    209193        {0x0000, 0x0000, 0x0000, 0x0000,        /* 21 */
    210194         0x0000, 0x0000, 0x0000, 0xFE00,
     
    256240         0x07C0, 0x0600, 0x0600, 0x07E0,
    257241         0x07E0, 0x0000, 0x0000, 0x0000},
    258 /*
    259 
    260 */
     242
    261243        {0x0000, 0x0000, 0x0000, 0x03C0,        /* 31 */
    262244         0x07E0, 0x0660, 0x0060, 0x01C0,
     
    284266         0x7FFE, 0x7FFE, 0x7FFE, 0x0000}
    285267};
    286 
    287 /*
    288 
    289 */
    290268
    291269/*
     
    326304}
    327305
    328 /*
    329 
    330 */
    331 
    332306/*
    333307   =============================================================================
     
    361335        }
    362336}
    363 
    364 /*
    365 
    366 */
    367337
    368338/*
     
    390360}
    391361
    392 /*
    393 
    394 */
    395 
    396362/*
    397363   =============================================================================
     
    425391}
    426392
    427 /*
    428 
    429 */
    430 
    431393/*
    432394   =============================================================================
     
    470432        csbp    = idmbox;
    471433
    472 /*
    473 
    474 */
     434
    475435        if (wc) {                               /* waveshape */
    476436
     
    501461                curfet = id_fet2;
    502462                settc(24, 12);
    503 /*
    504 
    505 */
     463
    506464        } else {                                /* configuration */
    507465
     
    530488}
    531489
    532 /*
    533 
    534 */
    535 
    536490/*
    537491   =============================================================================
     
    578532                                return(SUCCESS);
    579533                        }
    580 /*
    581 
    582 */
     534
    583535                } else {                                /* configuration */
    584536
Note: See TracChangeset for help on using the changeset viewer.