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

    rd2d593b re225e77  
    2121
    2222#include "configs.h"
     23
     24#include "memory.h"
     25#include "stdio.h"
    2326
    2427/* instrument display configuration box parameters */
     
    4952
    5053int16_t imfnbox(int16_t n);
     54
     55extern  void modinst(void);
     56extern  void reshowi(void);
     57extern  void settc(int16_t rv, int16_t cv);
    5158
    5259/*
Note: See TracChangeset for help on using the changeset viewer.