Changeset b28a12e in buchla-68k for ram/dopatch.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/dopatch.c

    r39a696b rb28a12e  
    88#define DEBUGPA         0
    99
    10 #include "all.h"
    11 
    12 extern uint16_t setsr(uint16_t sr);
    13 extern void dosync(int16_t vce);
    14 extern void execins(int16_t vce, int16_t ins, int16_t tag);
    15 extern void gettun(int16_t n);
    16 extern void sendval(int16_t voice, int16_t par, int16_t ival);
    17 extern void setoval(struct instdef *ip, int16_t v, int16_t val);
    18 extern void setv2gi(int16_t group);
     10#include "ram.h"
    1911
    2012#if     DEBUGPA
    21 extern  short   debugsw;
    22 
    2313short   debugpa = 1;
    2414#endif
     
    2818#define ST_PCT  0x0002          /* break subaddress into port, chan, trig */
    2919
    30 extern  int8_t  *S1IoRec, *S2IoRec, *M1IoRec, *M2IoRec;
    31 
    3220uint16_t        seqdupd;                /* sequence display update flag */
    33 
    34 extern  int16_t bform;                  /* oscillator buffer format */
    35 extern  int16_t curinst;                /* current instrument being edited */
    36 extern  int16_t curvce;                 /* current voice being edited */
    37 extern  int16_t timemlt;                /* time multiplier */
    38 
    39 extern  int16_t expbit[];               /* FPU exponent bit table */
    40 extern  int16_t ins2grp[];              /* instrument to group assignments */
    41 extern  int16_t s_inst[];               /* instrument to voice assignments */
    42 extern  int16_t vce2grp[];              /* voice to group assignments */
    43 
    44 extern  struct wordq    ptefifo;        /* trigger fifo */
    45 extern  struct instdef  vbufs[];        /* voice buffers */
    46 extern  struct wstbl    wslib[];        /* waveshape library */
    47 
    4821int8_t  ledstat[24];                    /* LED status */
    4922
Note: See TracChangeset for help on using the changeset viewer.