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

    rd2d593b re225e77  
    1919#include "instdsp.h"
    2020
     21#include "stdio.h"
     22
    2123#if     DEBUGIT
    2224extern  short   debugsw;
     
    2931extern  int8_t  *dsimlt(int8_t *buf, int16_t src, int16_t mltval);
    3032extern  int8_t  *fr2dec(int16_t v, int8_t *s);
     33
     34extern  void dswin(int16_t n);
     35extern  void idvlblc(void);
     36extern  void idvlbld(void);
     37extern  void modinst(void);
     38extern  void ttcpos(int16_t row, int16_t col);
    3139
    3240extern  uint16_t        *instob;
Note: See TracChangeset for help on using the changeset viewer.