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

    r1efe224 rfa38804  
    6666};
    6767
    68 /*
    69 
    70 */
    71 
    7268/*
    7369   =============================================================================
     
    108104}
    109105
    110 /*
    111 
    112 */
    113 
    114106/*
    115107   =============================================================================
     
    140132}
    141133
    142 /*
    143 
    144 */
    145 
    146134/*
    147135   =============================================================================
     
    171159        dtfree = de;
    172160}
    173 
    174 /*
    175 
    176 */
    177161
    178162/*
     
    211195        if (cb > ct)
    212196                return(1);
    213 /*
    214 
    215 */
     197
    216198        /* check for extended destinations -- they need further testing */
    217199
     
    232214}
    233215
    234 /*
    235 
    236 */
    237 
    238216/*
    239217   =============================================================================
     
    285263        }
    286264
    287 /*
    288 
    289 */
    290 
    291265        while (idef) {          /* search the DEF chain */
    292266
     
    330304        return(-1);     /* -1 = new defent -- entry not in DEF chain */
    331305}
    332 
    333 /*
    334 
    335 */
    336306
    337307/*
     
    377347        if (cb > ct)
    378348                return(1);
    379 /*
    380 
    381 */
     349
    382350        /* check for extended destinations -- they need further testing */
    383351
     
    398366}
    399367
    400 /*
    401 
    402 */
    403 
    404368/*
    405369   =============================================================================
     
    451415        }
    452416
    453 /*
    454 
    455 */
    456 
    457417        while (istim) {         /* search the STM chain */
    458418
     
    497457}
    498458
    499 /*
    500 
    501 */
    502 
    503459/*
    504460   =============================================================================
     
    538494                        return;
    539495                }
    540 /*
    541 
    542 */
     496
    543497                /* allocate a patch entry and fill it in */
    544498
     
    561515                        stmptr[stim] = ptecpos;
    562516                }
    563 /*
    564 
    565 */
     517
    566518                /* put patch in STM chain */
    567519
     
    597549                        }
    598550                }
    599 /*
    600 
    601 */
     551
    602552                /* update DEF table */
    603553
     
    677627}
    678628
    679 /*
    680 
    681 */
    682 
    683629/*
    684630   =============================================================================
     
    720666}
    721667
    722 /*
    723 
    724 */
    725 
    726668/*
    727669   =============================================================================
     
    754696        return(0);      /* backed up to the start of the table */
    755697}
    756 
    757 /*
    758 
    759 */
    760698
    761699/*
     
    788726}
    789727
    790 /*
    791 
    792 */
    793 
    794728/*
    795729   =============================================================================
     
    838772                        pp = findnxt(pp);
    839773                }
    840 /*
    841 
    842 */
     774
    843775                /* display ptecpos at the center  (row 7) */
    844776
     
    864796                while (row < 16)
    865797                        dpte(0, row++, PTPATR);
    866 /*
    867 
    868 */
     798
    869799        } else {
    870800
     
    899829                        while (row < 16)
    900830                                dpte(0, row++, PTPATR);
    901 /*
    902 
    903 */
     831
    904832                } else {
    905833
     
    942870        }
    943871}
    944 
    945 /*
    946 
    947 */
    948872
    949873/*
     
    1030954}
    1031955
    1032 /*
    1033 
    1034 */
    1035 
    1036956/*
    1037957   =============================================================================
     
    1052972        nextdef = np ? &defents[np] : (struct defent *)NULL;    /* point at DEF chain */
    1053973
    1054 /*
    1055 
    1056 */
     974
    1057975        while ((struct defent *)NULL NE nextdef) {              /* process DEF chain */
    1058976
     
    10991017                nextdef = np ? &defents[np] : (struct defent *)NULL;
    11001018        }
    1101 /*
    1102 
    1103 */
    11041019
    11051020        /* ***** STIMULUS PROCESSING PHASE ***** */
Note: See TracChangeset for help on using the changeset viewer.