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

    rd2d593b re225e77  
    2020#include "instdsp.h"
    2121#include "wsdsp.h"
     22
     23#include "memory.h"
     24
     25extern uint16_t setsr(uint16_t sr);
     26extern void dosync(int16_t vce);
     27extern void execins(int16_t vce, int16_t ins, int16_t tag);
     28extern void gettun(int16_t n);
     29extern void sendval(int16_t voice, int16_t par, int16_t ival);
     30extern void setoval(struct instdef *ip, int16_t v, int16_t val);
     31extern void setv2gi(int16_t group);
    2232
    2333#if     DEBUGPA
Note: See TracChangeset for help on using the changeset viewer.