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

    rd2d593b re225e77  
    2121#include "midas.h"
    2222#include "asgdsp.h"
     23
     24#include "stdio.h"
     25#include "strings.h"
    2326
    2427#define PSG_ADDR        0
     
    6265extern  void            (*point)(int16_t x, int16_t y, int16_t pen);
    6366extern  uint16_t        exp_c(uint16_t c);
     67
     68extern  int16_t infield(int16_t row, int16_t col, struct fet *fetp);
     69extern  void arcurs(uint16_t icolor);
     70extern  void dswap(void);
     71extern  void execins(int16_t vce, int16_t ins, int16_t tag);
     72extern  void gettun(int16_t n);
     73extern  void itcini(uint16_t color);
     74extern  void itcpos(int16_t row, int16_t col);
     75extern  void newvce(int16_t voice);
     76extern  void sendval(int16_t voice, int16_t par, int16_t ival);
     77extern  void settc(int16_t rv, int16_t cv);
     78extern  void ttcini(uint16_t color);
     79extern  void vsndpal(int16_t pp[16][3]);
    6480
    6581extern  int16_t stcrow, stccol, cxval, cyval;
Note: See TracChangeset for help on using the changeset viewer.