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

    rd2d593b re225e77  
    1515#include "ptdisp.h"
    1616
     17#include "memory.h"
     18#include "stdio.h"
     19#include "vsddsw.h"
     20
    1721extern  int8_t  *LineBak(void);
    1822extern  int8_t  *LineFwd(void);
     
    2226
    2327extern  uint16_t        pt_alc(void);
     28
     29extern  void SetDTop(int16_t row, int16_t scan);
     30extern  void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
     31extern  void aftercm(void);
     32extern  void ctcpos(int16_t row, int16_t col);
     33extern  void dptw(void);
     34extern  void dswap(void);
     35extern  void voidpb(void);
     36extern  void vsndpal(int16_t pp[16][3]);
     37extern  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]);
     38extern  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]);
    2439
    2540extern  uint16_t        *obj8, *obj9, *obj10, *obj11;
Note: See TracChangeset for help on using the changeset viewer.