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

    rd2d593b re225e77  
    1717#include "ptdisp.h"
    1818
     19#include "memory.h"
     20
    1921#define ST_0            0x01            /* initial Action 1 or Action 2*/
    2022#define ST_1            0x02            /* operand type */
     
    5254
    5355int16_t sqfnbox(int16_t n);
     56
     57extern  void ctcon(void);
     58extern  void ctcpos(int16_t row, int16_t col);
     59extern  void dcursq(void);
     60extern  void dsqlin(int8_t *buf, int16_t slin);
     61extern  void dstw(void);
     62extern  void mtcoff(void);
     63extern  void mtcpos(int16_t row, int16_t col);
     64extern  void vsetcv(uint16_t *adr, uint16_t row, uint16_t col, uint16_t cfb, uint16_t len);
    5465
    5566/*
Note: See TracChangeset for help on using the changeset viewer.