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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern int16_t infield(int16_t row, int16_t col, struct fet *fetp);
    11 extern uint16_t exp_c(uint16_t c);
    12 extern void arcurs(uint16_t icolor);
    13 extern void cnvc2p(int8_t *buf, int16_t cv);
    14 extern void dswap(void);
    15 extern void itcini(uint16_t color);
    16 extern void itcpos(int16_t row, int16_t col);
    17 extern void settc(int16_t rv, int16_t cv);
    18 extern void ttcini(uint16_t color);
    19 extern void vsndpal(int16_t pp[16][3]);
     8#include "ram.h"
    209
    2110#define TUN_VAL 100             /* default value for tunval in cents */
    22 
    23 extern  int16_t stcrow, stccol, cxval, cyval;
    24 
    25 extern  int16_t curtun;         /* current tuning table */
    26 extern  int16_t submenu;        /* submenu cursor switch */
    27 extern  int16_t tunmod;         /* tuning table modified */
    28 extern  int16_t tunval;         /* tuning table generator value */
    29 extern  int16_t ttcmdsv;        /* tuning table editing state variable */
    30 extern  int16_t tdnamsw;        /* tuning editor displaying typewriter */
    31 
    32 extern  int16_t oldtun[];       /* previous tuning table for undo */
    33 extern  int16_t tuntab[];       /* current tuning table */
    34 extern  int16_t tunlib[][128];  /* tuning table library */
    35 
    36 extern  int16_t panlkey[];      /* local key tunings */
    37 extern  int16_t lclkmap[];      /* local key to MIDI key map */
    38 
    39 extern  int8_t  tuncurn[];      /* current tuning table name */
    40 extern  int8_t  tunname[][32];  /* tuning table names */
    41 extern  int8_t  sfdsp[];
    42 
    43 extern  uint16_t        *obj0, *obj2;
    44 
    45 extern  int8_t  bfs[];
    46 extern  int8_t  *tdbxlb[];
    47 
    48 extern  int16_t tdbox[][8];
    49 
    50 extern  uint16_t        *tunob;
    51 
    52 extern  struct  octent  *tdoct;
    53 
    54 /*
    55 
    56 */
    5711
    5812int16_t tunpal[16][3] = {       /* color palette */
Note: See TracChangeset for help on using the changeset viewer.