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

    r1efe224 rfa38804  
    99
    1010#include "ram.h"
    11 
    12 /*
    13 
    14 */
    1511
    1612int16_t ft2lt[] = {     /* file type to load type map */
     
    4440};
    4541
    46 /*
    47 
    48 */
    49 
    5042/*
    5143   =============================================================================
     
    6759                LD_EMCF, LD_EMCB);
    6860}
    69 
    70 /*
    71 
    72 */
    7361
    7462/*
     
    10997}
    11098
    111 /*
    112 
    113 */
    114 
    11599/*
    116100   =============================================================================
     
    155139        }
    156140
    157 /*
    158 
    159 */
     141
    160142        do {            /* skip remaining score events */
    161143
     
    181163        return(SUCCESS);
    182164}
    183 
    184 /*
    185 
    186 */
    187165
    188166/*
     
    222200        }
    223201}
    224 
    225 /*
    226 
    227 */
    228202
    229203/*
     
    269243}
    270244
    271 /*
    272 
    273 */
    274 
    275245/*
    276246   =============================================================================
     
    291261        memcpy(loadedc[fi], ldcmnt, 37);
    292262}
    293 
    294 /*
    295 
    296 */
    297263
    298264/*
     
    329295        return(rc);
    330296}
    331 
    332 /*
    333 
    334 */
    335297
    336298/*
     
    366328}
    367329
    368 /*
    369 
    370 */
    371 
    372330/*
    373331   =============================================================================
     
    409367                dpy_scr(ldbox[1][4], i);
    410368}
    411 
    412 /*
    413 
    414 */
    415369
    416370/*
     
    473427        }
    474428
    475 /*
    476 
    477 */
     429
    478430#if DEBUGIT
    479431        if (debugsw)
     
    556508        lst_scr();
    557509
    558 /*
    559 
    560 */
     510
    561511        point = GLCplot;
    562512        GLCcurs(G_ON);
     
    603553}
    604554
    605 /*
    606 
    607 */
    608 
    609555/*
    610556   =============================================================================
     
    628574
    629575        ldbusy("         Reading file");
    630 /*
    631 
    632 */
     576
    633577        switch (ldkind) {
    634578
     
    693637                return(FAILURE);
    694638        }
    695 /*
    696 
    697 */
    698639
    699640        memcpy(ldfile, filecat[ldslot].fcname, 8);
     
    715656}
    716657
    717 /*
    718 
    719 */
    720 
    721658/*
    722659   =============================================================================
     
    776713
    777714                        return(getit());
    778 /*
    779 
    780 */
     715
    781716                } else {        /* nothing selected yet */
    782717
     
    820755                        return(FAILURE);
    821756                }
    822 /*
    823 
    824 */
     757
    825758        case 3:         /* file name field */
    826759
     
    865798                return(SUCCESS);
    866799
    867 /*
    868 
    869 */
    870 
    871800        case 6:         /* "Index" */
    872801
     
    892821                return(SUCCESS);
    893822
    894 /*
    895 
    896 */
     823
    897824        case 9:         /* "Store" */
    898825
     
    944871                                return(SUCCESS);
    945872                        }
    946 /*
    947 
    948 */
     873
    949874                } else if ((cyval > 321) AND (cyval < 335)) {
    950875
     
    983908                                return(SUCCESS);
    984909                        }
    985 /*
    986 
    987 */
     910
    988911                } else if (cyval > 335) {
    989912
Note: See TracChangeset for help on using the changeset viewer.