Changeset e225e77 in buchla-68k for ram/tundsp.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/tundsp.c

    rd2d593b re225e77  
    1818#include "midas.h"
    1919#include "tundsp.h"
     20
     21#include "memory.h"
     22#include "stdio.h"
     23#include "strings.h"
     24
     25extern int16_t infield(int16_t row, int16_t col, struct fet *fetp);
     26extern uint16_t exp_c(uint16_t c);
     27extern void arcurs(uint16_t icolor);
     28extern void cnvc2p(int8_t *buf, int16_t cv);
     29extern void dswap(void);
     30extern void itcini(uint16_t color);
     31extern void itcpos(int16_t row, int16_t col);
     32extern void settc(int16_t rv, int16_t cv);
     33extern void ttcini(uint16_t color);
     34extern void vsndpal(int16_t pp[16][3]);
    2035
    2136#define TUN_VAL 100             /* default value for tunval in cents */
Note: See TracChangeset for help on using the changeset viewer.