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

    r1efe224 rfa38804  
    3939#define AKW_E   0x0FFF
    4040#define AKW_F   0xFFFF
    41 
    42 /*
    43 
    44 */
    4541
    4642int8_t  *gprep[] = {" ", "1", "2", "L"};
     
    8076};
    8177
    82 /*
    83 
    84 */
    85 
    8678uint16_t        asgkbtp[AK_WIDTH] = {           /* keyboard icon top lines */
    8779
     
    121113};
    122114
    123 /*
    124 
    125 */
    126 
    127115uint16_t        asgkbbt[AK_WIDTH] = {           /* keyboard icon bottom lines */
    128116
     
    161149        AKW_D, AKW_F, AKW_E
    162150};
    163 
    164 /*
    165 
    166 */
    167151
    168152int16_t asgpal[16][3] = {       /* assignment editor color palette */
     
    200184};
    201185
    202 /*
    203 
    204 */
    205 
    206186/*
    207187   =============================================================================
     
    252232}
    253233
    254 /*
    255 
    256 */
    257 
    258234/*
    259235   =============================================================================
     
    276252        }
    277253}
    278 
    279 /*
    280 
    281 */
    282254
    283255/*
     
    325297        memsetw(p, akline, AK_WIDTH);
    326298}
    327 
    328 /*
    329 
    330 */
    331299
    332300/*
     
    379347}
    380348
    381 /*
    382 
    383 */
    384 
    385349/*
    386350   =============================================================================
     
    416380        }
    417381}
    418 
    419 /*
    420 
    421 */
    422382
    423383/*
     
    450410                adbxlb[n], 14);
    451411
    452 /*
    453 
    454 */
     412
    455413        switch (n) {    /* final text - overlays above stuff */
    456414
     
    481439
    482440                return;
    483 /*
    484 
    485 */
     441
    486442        case 4:         /* groups to voices */
    487443
     
    523479
    524480                return;
    525 /*
    526 
    527 */
     481
    528482        case 5:         /* MIDI controller number assignments */
    529483
     
    568522
    569523                return;
    570 /*
    571 
    572 */
     524
    573525        case 6:         /* instruments, dynamics, MIDI ports and channels to groups */
    574526
     
    613565                        CTOX(62) + 7, RTOY(3) + 13, adbox[n][4]);
    614566
    615 /*
    616 
    617 */
     567
    618568                for (i = 0; i < 6; i++) {
    619569
     
    651601
    652602                return;
    653 /*
    654 
    655 */
     603
    656604        case 7:         /* port 1 key to group assignments */
    657605
     
    701649        }
    702650}
    703 
    704 /*
    705 
    706 */
    707651
    708652/*
     
    758702}
    759703
    760 /*
    761 
    762 */
    763 
    764704/*
    765705   =============================================================================
     
    785725        *(psg + PSG_WRIT) = psgdata | (aux ? 0 : AUX_BIT);
    786726}
    787 
    788 /*
    789 
    790 */
    791727
    792728/*
     
    839775        asgmod = FALSE;
    840776}
    841 
    842 /*
    843 
    844 */
    845777
    846778/*
     
    876808}
    877809
    878 /*
    879 
    880 */
    881 
    882810/*
    883811   =============================================================================
     
    910838        prgchan = 1;
    911839}
    912 
    913 /*
    914 
    915 */
    916840
    917841/*
     
    942866}
    943867
    944 /*
    945 
    946 */
    947 
    948868/*
    949869   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.