Changeset 0580615 in buchla-68k for ram/puteq.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/puteq.c

    r46d8069 r0580615  
    7474*/
    7575
    76 puteq(byte)
    77 register char byte;
     76void puteq(char byte)
    7877{
    7978        register short i;
     
    124123*/
    125124
    126 sendeq(band, gain)
    127 char band, gain;
     125void sendeq(char band, char gain)
    128126{
    129127        puteq(band);
     
    131129}
    132130
    133 char
    134 gain2eq(gain)
    135 short gain;
     131char gain2eq(short gain)
    136132{
    137133        register char eqdat;
Note: See TracChangeset for help on using the changeset viewer.