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

    rd2d593b re225e77  
    2020#include "midas.h"
    2121#include "scdsp.h"
     22
     23#include "vsddsw.h"
     24
     25extern int16_t cslice(uint16_t *slice, uint16_t mask1, uint16_t mask2, struct gdsel *gdstb[]);
     26extern int16_t uslice(uint16_t *slice, uint16_t mask1, uint16_t mask2, struct gdsel *gdstb[]);
     27extern uint16_t setipl(uint16_t arg);
     28extern void ucslice(void);
    2229
    2330#ifdef  TRACEIT
Note: See TracChangeset for help on using the changeset viewer.