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

    rd2d593b re225e77  
    2424#include "ptdisp.h"
    2525
     26#include "memory.h"
     27
     28extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
     29extern void buf2pte(void);
     30extern void dopatch(struct patch *pp);
     31extern void dspdest(int8_t *buf, struct patch *pp);
     32extern void dspdfst(int8_t *buf, uint16_t val);
     33extern void pte2buf(void);
     34extern void voidpb(void);
     35
    2636extern  int16_t ptegood, ptedfok, ptestok, ptedsok, ptedtok;
    2737
Note: See TracChangeset for help on using the changeset viewer.