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

    r1efe224 rfa38804  
    77
    88#include "ram.h"
    9 
    10 /*
    11 
    12 */
    139
    1410/* initialized stuff */
     
    5854};
    5955
    60 /*
    61 
    62 */
    63 
    6456int8_t  *clklbl[] = {   /* clock control and scource labels */
    6557
     
    10193};
    10294
    103 /*
    104 
    105 */
    106 
    10795/*
    10896   =============================================================================
     
    125113        lnc &= 0x000F;                  /* mask cursor line color */
    126114
    127 /*
    128 
    129 */
     115
    130116        for (i = 0; i < 224; i++) {
    131117
     
    167153        }
    168154
    169 /*
    170 
    171 */
    172 
    173155        consl[74]  = lew;               /* constant slice treble clef lines */
    174156        consl[82]  = lew;
     
    186168}
    187169
    188 /*
    189 
    190 */
    191 
    192170/*
    193171   =============================================================================
     
    234212}
    235213
    236 /*
    237 
    238 */
    239 
    240214/*
    241215   =============================================================================
     
    273247}
    274248
    275 /*
    276 
    277 */
    278 
    279249/*
    280250   =============================================================================
     
    296266        vputs(obj8, 7, 59, buf, SDW12ATR);
    297267}
    298 
    299 /*
    300 
    301 */
    302268
    303269/*
     
    327293        }
    328294}
    329 
    330 /*
    331 
    332 */
    333295
    334296/*
     
    374336}
    375337
    376 /*
    377 
    378 */
    379 
    380338/*
    381339   =============================================================================
     
    401359}
    402360
    403 /*
    404 
    405 */
    406 
    407361/*
    408362   =============================================================================
     
    425379}
    426380
    427 /*
    428 
    429 */
    430 
    431381/*
    432382   =============================================================================
     
    458408}
    459409
    460 /*
    461 
    462 */
    463 
    464410/*
    465411   =============================================================================
     
    480426        vputs(obj8, 0, 6, bfs, SDW01ATR);
    481427}
    482 
    483 /*
    484 
    485 */
    486428
    487429/*
     
    511453}
    512454
    513 /*
    514 
    515 */
    516 
    517455/*
    518456   =============================================================================
     
    553491}
    554492
    555 /*
    556 
    557 */
    558 
    559493/*
    560494   =============================================================================
     
    593527        vputc(obj8, 2, 6 + (n * 5), '*', simled[grpmode[n]]);
    594528}
    595 
    596 /*
    597 
    598 */
    599529
    600530/*
     
    637567                dsvmode(i);
    638568}
    639 
    640 /*
    641 
    642 */
    643569
    644570/*
     
    676602                GLCcurs(G_OFF);
    677603        }
    678 /*
    679 
    680 */
     604
    681605        if (ndisp NE 2)
    682606                return;
     
    701625}
    702626
    703 /*
    704 
    705 */
    706 
    707627/*
    708628   =============================================================================
     
    729649}
    730650
    731 /*
    732 
    733 */
    734 
    735651/*
    736652   =============================================================================
     
    778694                dnedmod();
    779695                return;
    780 /*
    781 
    782 */
     696
    783697        case 4:         /* assignment */
    784698
     
    809723                vputs(obj8, 1, 40, "Stop/Next ", SDW08ATR);
    810724                return;
    811 /*
    812 
    813 */
    814725
    815726        case 9:         /* punch in/out */
     
    843754
    844755                return;
    845 /*
    846 
    847 */
     756
    848757        case 12:        /* analog variables */
    849758
     
    895804}
    896805
    897 /*
    898 
    899 */
    900 
    901806/*
    902807   =============================================================================
     
    915820                sdwin(i);
    916821}
    917 
    918 /*
    919 
    920 */
    921822
    922823/*
     
    977878        ttcini(SDCURSR);                        /* setup typewriter cursor */
    978879
    979 /*
    980 
    981 */
     880
    982881        if ((v_regs[5] & 0x0180) NE 0x0100)
    983882                vbank(1);                       /* select bank 1 */
Note: See TracChangeset for help on using the changeset viewer.