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

    r1efe224 rfa38804  
    3636
    3737#define PSG_PRTB        15
    38 
    39 /*
    40 
    41 */
    4238
    4339#if     TESTER
     
    6258};
    6359
    64 /*
    65 
    66 */
    67 
    6860void puteq(int8_t byte)
    6961{
     
    111103}
    112104
    113 /*
    114 
    115 */
    116 
    117105void sendeq(int8_t band, int8_t gain)
    118106{
     
    132120        return(eqdat);
    133121}
    134 
    135 /*
    136 
    137 */
    138122
    139123#if     TESTER
     
    164148}
    165149
    166 /*
    167 
    168 */
    169 
    170150main()
    171151{
     
    221201                        continue;
    222202                }
    223 /*
    224 
    225 */
     203
    226204                printf("Gain = ");
    227205
Note: See TracChangeset for help on using the changeset viewer.