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

    rd2d593b re225e77  
    1717#include "midas.h"
    1818#include "ptdisp.h"
     19
     20#include "memory.h"
     21#include "vsddsw.h"
     22
     23extern int16_t findnxt(int16_t cp);
     24extern int16_t findprv(int16_t cp);
     25extern void ctcoff(void);
     26extern void ctcon(void);
     27extern void dptw(void);
     28extern void dspdest(int8_t *buf, struct patch *pp);
     29extern void dspdfst(int8_t *buf, uint16_t val);
     30extern void dsqlin(int8_t *buf, int16_t slin);
     31extern void pte2buf(void);
     32extern void setptcv(void);
     33extern void voidpb(void);
     34extern void vputcv(uint16_t *adr, uint16_t row, uint16_t col, uint8_t chr, uint16_t atr, uint16_t cols);
     35extern void vsplot4(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t row, uint16_t col, int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256]);
     36extern void vvputsv(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t bg, uint16_t row, uint16_t col, int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256]);
    1937
    2038#define SS_NSL          16                      /* number of scrolled lines */
Note: See TracChangeset for help on using the changeset viewer.