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

    r46d8069 r0580615  
    1515#include "wsdsp.h"
    1616
    17 extern  short   advwcur();
     17extern  void    advwcur(void);
    1818
    1919extern  unsigned        *waveob;
     
    3535*/
    3636
    37 short
    38 et_wvce(n)
    39 short n;
     37short et_wvce(short n)
    4038{
    4139        sprintf(ebuf, "%02d", curvce + 1);
     
    5149*/
    5250
    53 short
    54 ef_wvce(n)
    55 short n;
     51short ef_wvce(short n)
    5652{
    5753        register short i, tmpval;
     
    8278*/
    8379
    84 short
    85 rd_wvce(nn)
    86 short nn;
     80short rd_wvce(short nn)
    8781{
    8882        register short n;
     
    10498*/
    10599
    106 short
    107 nd_wvce(nn, k)
    108 short nn;
    109 register short  k;
     100short nd_wvce(short nn, short k)
    110101{
    111102        register short ec, n;
Note: See TracChangeset for help on using the changeset viewer.