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

    r46d8069 r0580615  
    1717#define VCE_OFF         6
    1818
    19 extern  short   advicur(), newvce();
     19extern  void    advicur(void);
     20extern  void    newvce(short voice);
    2021
    2122extern  unsigned        *instob;
     
    3738*/
    3839
    39 short
    40 et_ivce(n)
    41 short n;
     40short et_ivce(short n)
    4241{
    4342        sprintf(ebuf, "%02d", curvce + 1);
     
    5756*/
    5857
    59 short
    60 ef_ivce(n)
    61 short n;
     58short ef_ivce(short n)
    6259{
    6360        register short i, tmpval;
     
    8986*/
    9087
    91 short
    92 rd_ivce(n)
    93 short n;
     88short rd_ivce(short n)
    9489{
    9590        /* convert to ASCII */
     
    115110*/
    116111
    117 short
    118 nd_ivce(n, k)
    119 short n;
    120 register short  k;
     112short nd_ivce(short n, short k)
    121113{
    122114        register short ec;
Note: See TracChangeset for help on using the changeset viewer.