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

    rd2d593b re225e77  
    2121#include "midas.h"
    2222#include "ptdisp.h"
     23
     24#include "memory.h"
     25#include "stdio.h"
     26#include "strings.h"
     27
     28extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
     29extern void ctcon(void);
     30extern void dspdest(int8_t *buf, struct patch *pp);
     31extern void dspdfst(int8_t *buf, uint16_t val);
     32extern void movectc(int16_t r, int16_t c);
    2333
    2434#if     DEBUGPD
Note: See TracChangeset for help on using the changeset viewer.