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

    rd2d593b re225e77  
    1919#include "midas.h"
    2020
     21#include "vsddsw.h"
     22
     23extern void clrnl(void);
     24extern void clrsctl(void);
     25extern void dsrpmod(void);
     26extern void dssect(void);
     27extern void quiet(int16_t _1, int16_t _2);
     28extern void sc_adv(void);
     29extern void scupd(void);
     30extern void sdwins(void);
     31extern void se_disp(struct s_entry *ep, int16_t sd, struct gdsel *gdstb[], int16_t cf);
     32extern void sreset(void);
     33
    2134/* variables defined elsewhere */
    2235
     
    7992                sreset();               /* reset highlighting if score is up */
    8093
    81         quiet();                        /* quiet the instrument */
     94        quiet(-1, -1);                  /* quiet the instrument */
    8295        clrnl();                        /* clear note entry lists */
    8396        clrsctl();                      /* clear slice control data */
Note: See TracChangeset for help on using the changeset viewer.