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

    rd2d593b re225e77  
    2727#include "asgdsp.h"
    2828#include "scdsp.h"
     29
     30#include "memory.h"
     31#include "stdio.h"
     32#include "strings.h"
     33#include "vsddsw.h"
    2934
    3035/* functions defined elsewhere */
     
    120125void    svtdsp(uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf);
    121126void    svtstop(void);
     127void    sdmenu(int16_t n);
     128
     129extern  int16_t infield(int16_t row, int16_t col, struct fet *fetp);
     130extern  int16_t sc_refr(int32_t t);
     131extern  int16_t sec_cpy(int16_t ns);
     132extern  int16_t sec_dev(int16_t ns);
     133extern  int16_t sec_dgr(int16_t ns);
     134extern  int16_t sec_grp(int16_t ns);
     135extern  int16_t sec_mov(int16_t ns);
     136extern  int16_t sec_mrg(int16_t ns);
     137extern  int16_t sec_rmv(int16_t ns);
     138extern  int16_t vtyper(void);
     139extern  uint16_t exp_c(uint16_t c);
     140extern  void dnedmod(void);
     141extern  void donote(void);
     142extern  void ds_vmod(void);
     143extern  void dsclk(void);
     144extern  void dsimode(void);
     145extern  void dsrpmod(void);
     146extern  void icancel(void);
     147extern  void istart(void);
     148extern  void lcdlbls(void);
     149extern  void scupd(void);
     150extern  void sdwin(int16_t n);
     151extern  void se_disp(struct s_entry *ep, int16_t sd, struct gdsel *gdstb[], int16_t cf);
     152extern  void setleds(void);
     153extern  void showim(void);
     154extern  void stcclr(void);
     155extern  void stcpos(int16_t row, int16_t col);
     156extern  void stcset(void);
     157extern  void ttcpos(int16_t row, int16_t col);
     158extern  void vputa(uint16_t *sbase, uint16_t row, uint16_t col, uint16_t attrib);
     159extern  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);
    122160
    123161/*
Note: See TracChangeset for help on using the changeset viewer.