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

    rd2d593b re225e77  
    2020#include "midas.h"
    2121#include "ptdisp.h"
     22
     23#include "memory.h"
     24#include "strings.h"
    2225
    2326#if     SNAPDUMP
     
    7578
    7679int16_t ptfnbox(int16_t n);
     80
     81extern  uint16_t tofpu(uint16_t time);
     82extern  void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
     83extern  void ctcpos(int16_t row, int16_t col);
     84extern  void entrpte(void);
     85extern  void mtcoff(void);
     86extern  void mtcpos(int16_t row, int16_t col);
     87extern  void setptcv(void);
     88extern  void srdspte(void);
     89extern  void vsetcv(uint16_t *adr, uint16_t row, uint16_t col, uint16_t cfb, uint16_t len);
    7790
    7891/*
Note: See TracChangeset for help on using the changeset viewer.