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

    r1efe224 rfa38804  
    4646        {133, 252, 267, 306, CFBX23, CBBX23, 18, 17}    /* 23: Name & comments */
    4747};
    48 
    49 /*
    50 
    51 */
    5248
    5349/* instrument function to FPU function table */
     
    8985        {3, 3, 0}       /* 15 */
    9086};
    91 
    92 /*
    93 
    94 */
    9587
    9688int8_t  *idbxlbl[] = {  /* display box labels */
     
    135127};
    136128
    137 /*
    138 
    139 */
    140 
    141129int32_t rngdiv[] = {    /* divisors for ranges of 0..9 */
    142130
     
    153141};
    154142
    155 /*
    156 
    157 */
    158 
    159143/*
    160144   =============================================================================
     
    189173        idpoint(px, py, pc);
    190174}
    191 
    192 /*
    193 
    194 */
    195175
    196176/*
     
    224204        color = exp_c(pen);     /* replicate 4 bit 'pen' for 16 bit 'color' */
    225205
    226 /*
    227 
    228 */
     206
    229207        ptx = ttox(timeto(fn, npt1), wn);
    230208        pty = vtoy((pt1->ipval >> 5), wn);
     
    274252                        else
    275253                                idpoint(ptx, pty, ptc);
    276 /*
    277 
    278 */
     254
    279255                } else {
    280256
     
    312288}
    313289
    314 /*
    315 
    316 */
    317 
    318290/*
    319291   =============================================================================
     
    334306}
    335307
    336 /*
    337 
    338 */
    339 
    340308/*
    341309   =============================================================================
     
    355323}
    356324
    357 /*
    358 
    359 */
    360 
    361325/*
    362326   =============================================================================
     
    377341}
    378342
    379 /*
    380 
    381 */
    382 
    383343/*
    384344   =============================================================================
     
    406366        *(io_fpu + vce + (int32_t)FPU_OCFG) = sync;
    407367}
    408 
    409 /*
    410 
    411 */
    412368
    413369/*
     
    453409                        sprintf(idbuf, "%02d.%d ", fh, fl);
    454410                        break;
    455 /*
    456 
    457 */
     411
    458412                case OC_PCH:
    459413
     
    475429}
    476430
    477 /*
    478 
    479 */
    480 
    481431/*
    482432   =============================================================================
     
    497447        }
    498448}
    499 
    500 /*
    501 
    502 */
    503449
    504450/*
     
    535481        cx |= cx << 8;
    536482
    537 /*
    538 
    539 */
    540 
    541483        /* first, fill the box with the background color */
    542484
     
    563505        }
    564506
    565 /*
    566 
    567 */
     507
    568508        switch (n) {    /* final text - overlays above stuff */
    569509
     
    605545
    606546                return;
    607 /*
    608 
    609 */
     547
    610548        case 15:        /* time */
    611549
     
    636574                return;
    637575
    638 /*
    639 
    640 */
     576
    641577        case 17:        /* action */
    642578
     
    669605                        break;
    670606
    671 /*
    672 
    673 */
     607
    674608                case AC_LOOP:
    675609
     
    706640
    707641                return;
    708 
    709 /*
    710 
    711 */
    712642
    713643        case 18:        /* configuration */
     
    747677
    748678                return;
    749 /*
    750 
    751 */
     679
    752680        case 22:        /* message window */
    753681
     
    778706}
    779707
    780 /*
    781 
    782 */
    783 
    784708/*
    785709   =============================================================================
     
    809733        vputp(idoct, x, y, pen);
    810734}
    811 
    812 /*
    813 
    814 */
    815735
    816736/*
     
    852772}
    853773
    854 /*
    855 
    856 */
    857 
    858774/*
    859775   =============================================================================
     
    886802}
    887803
    888 /*
    889 
    890 */
    891 
    892804/*
    893805   =============================================================================
     
    921833        vlbptr[2] = "                              ";
    922834}
    923 
    924 /*
    925 
    926 */
    927835
    928836/*
     
    979887}
    980888
    981 /*
    982 
    983 */
    984 
    985889/*
    986890   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.