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

    r1efe224 rfa38804  
    371371uint16_t        slices[896];    /* score display slices */
    372372
    373 /*
    374 
    375 */
    376 
    377373/* initialized variables */
    378374
     
    395391int16_t tvcwval = TVCWVAL;      /* text cursor V wait time */
    396392int16_t vcwval  = VCWVAL;       /* graphics cursor Y wait time */
    397 
    398 /*
    399 
    400 */
    401393
    402394uint16_t        tmultab[] = {           /* time multiplier table - indexed by voltage */
     
    425417};
    426418
    427 /*
    428 
    429 */
    430 
    431419int16_t crate0[] = {                    /* cursor rate table 1 */
    432420
     
    465453};
    466454
    467 /*
    468 
    469 */
    470 
    471455int16_t loctab[9] = {
    472456
     
    485469        1000 << 5       /* 8 - right */
    486470};
    487 
    488 /*
    489 
    490 */
    491471
    492472/*
     
    531511}
    532512
    533 /*
    534 
    535 */
    536 
    537513/*
    538514   =============================================================================
     
    576552}
    577553
    578 /*
    579 
    580 */
    581 
    582554/*
    583555   =============================================================================
     
    598570        pflist = (struct pflent *)NULL;
    599571}
    600 
    601 /*
    602 
    603 */
    604572
    605573/*
     
    679647        }
    680648
    681 /*
    682 
    683 */
     649
    684650        for (i = 0; i < 3; i++) {       /* reset the state machines */
    685651
     
    722688        ldcmnt[37] = '\0';
    723689
    724 /*
    725 
    726 */
     690
    727691        xkcount = 1;                    /* reset cursor control variables */
    728692        ykcount = 1;
     
    762726
    763727        memsetw(articen, TRUE, 12);     /* enable articulation for all voices */
    764 /*
    765 
    766 */
     728
    767729        curmove = cmvgen;
    768730        premove = nokey;
     
    806768
    807769        submenu = FALSE;        /* no submenu up to start with */
    808 /*
    809 
    810 */
     770
    811771        curinst = 0;            /* current instrument = 0 */
    812772        curfunc = 12;           /* current function = 12 = level */
Note: See TracChangeset for help on using the changeset viewer.