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

    rd2d593b re225e77  
    1313#include "midas.h"
    1414#include "tundsp.h"
     15
     16#include "memory.h"
     17#include "vsddsw.h"
    1518
    1619extern  void    enterit(void);
     
    4346int16_t bx_null(void);
    4447int16_t tdfnbox(int16_t n);
     48
     49extern  int16_t tt_incr(int16_t from, int16_t to);
     50extern  int16_t tt_intp(int16_t from, int16_t to);
     51extern  int16_t vtyper(void);
     52extern  void dsttval(int16_t row, int16_t col, int16_t val, uint16_t fg, uint16_t bg);
     53extern  void gettun(int16_t n);
     54extern  void puttun(int16_t n);
     55extern  void td_incr(int16_t mode);
     56extern  void td_intp(int16_t mode);
     57extern  void td_trcp(int16_t mode);
     58extern  void tdswin(int16_t n);
     59extern  void tt_trcp(int16_t start, int16_t finish, int16_t dest);
     60extern  void twins(void);
     61extern  void vtsetup(uint16_t *obj, int16_t (*dsp)(), int16_t col, int8_t *ptr, int16_t tr, int16_t tc, int16_t (*adv)(), int16_t (*bsp)(), int16_t (*cup)(), int16_t (*cdn)(), int16_t (*stop)(), uint16_t fg, uint16_t bg);
    4562
    4663/*
Note: See TracChangeset for help on using the changeset viewer.