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

    r1efe224 rfa38804  
    4747                return(FAILURE);
    4848        }
    49 /*
    50 
    51 */
     49
    5250        if (v_regs[5] & 0x0180)         /* setup for VSDD bank 0 */
    5351                vbank(0);
     
    7977#endif
    8078
    81 /*
    82 
    83 */
     79
    8480        DB_CMNT("sc_trak - update loop");
    8581
     
    120116                                }
    121117                        }
    122 /*
    123 
    124 */
     118
    125119                        if (rpc->e_type NE EV_FINI) {   /* up to end of score */
    126120
     
    164158                }
    165159
    166 /*
    167 
    168 */
     160
    169161        } else {        /* scroll backward */
    170162
     
    203195                                }
    204196                        }
    205 /*
    206 
    207 */
     197
    208198                        if (rpc->e_type NE EV_SCORE) {  /* up to start of score */
    209199
     
    247237                }
    248238        }
    249 /*
    250 
    251 */
     239
    252240        p_fwd  = rpf;                   /* update p_fwd */
    253241        t_fwd  = tval + TO_FWD;         /* update t_fwd */
     
    282270        return(SUCCESS);
    283271}
    284 
    285 /*
    286 
    287 */
    288272
    289273/*
     
    323307#endif
    324308
    325 /*
    326 
    327 */
     309
    328310        while (rt NE tval) {    /* track tval */
    329311
     
    372354                                                        goto nextev;
    373355                                                }
    374 /*
    375 
    376 */
     356
    377357                                        } else if (et EQ EV_ANVL) {
    378358
     
    425405                }
    426406        }
    427 /*
    428 
    429 */
     407
    430408        p_cur  = rp;            /* update p_cur */
    431409        t_cur  = tval;          /* update t_cur */
Note: See TracChangeset for help on using the changeset viewer.