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

    rd2d593b re225e77  
    1717#include "midas.h"
    1818#include "libdsp.h"
     19
     20#include "memory.h"
     21
     22extern int16_t finddpe(void);
     23extern int16_t findpte(void);
     24extern int16_t rd_ec(FILE *fp, int8_t *to, int32_t len);
     25extern uint16_t dt_alc(void);
     26extern uint16_t pt_alc(void);
     27extern void clrlsel(void);
     28extern void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5);
     29extern void ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, uint16_t fgcolor, uint16_t bgcolor);
     30extern void voidpb(void);
    1931
    2032#if     (DEBUGRE|DEBUGSP)
Note: See TracChangeset for help on using the changeset viewer.