Changeset 6262b5c in buchla-68k for ram/im700.c


Ignore:
Timestamp:
07/10/2017 12:02:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
39a696b
Parents:
5fa506d
Message:

Added include files for global functions and variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/im700.c

    r5fa506d r6262b5c  
    1111#define M7CAT           1               /* so libdsp.h gets it right */
    1212
    13 #include "stddefs.h"
    14 #include "biosdefs.h"
    15 #include "cmeta.h"
    16 #include "curpak.h"
    17 #include "fields.h"
    18 #include "fpu.h"
    19 #include "glcfns.h"
    20 #include "glcdefs.h"
    21 #include "graphdef.h"
    22 #include "hwdefs.h"
    23 #include "macros.h"
    24 #include "memory.h"
    25 #include "objdefs.h"
    26 #include "panel.h"
    27 #include "sclock.h"
    28 #include "scwheel.h"
    29 #include "slice.h"
    30 #include "smdefs.h"
    31 #include "timers.h"
    32 #include "vsdd.h"
    33 #include "vsddsw.h"
    34 #include "vsddvars.h"
    35 
    36 #include "midas.h"
    37 
    38 #include "asgdsp.h"
    39 #include "instdsp.h"
    40 #include "libdsp.h"
    41 #include "score.h"
    42 #include "scdsp.h"
    43 #include "scfns.h"
    44 #include "wsdsp.h"
     13#include "all.h"
    4514
    4615extern  uint16_t        tofpu(uint16_t time);
     
    959928        lampsw = FALSE;         /* enable LCD timeout */
    960929}
     930
Note: See TracChangeset for help on using the changeset viewer.