Changeset 6262b5c in buchla-68k for ram/instdsp.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/instdsp.c

    r5fa506d r6262b5c  
    88#define D_EXECKI        0               /* debug execins() */
    99
    10 #include "stddefs.h"
    11 #include "memory.h"
    12 
    13 #include "biosdefs.h"
    14 #include "charset.h"
    15 #include "fields.h"
    16 #include "fpu.h"
    17 #include "hwdefs.h"
    18 #include "vsdd.h"
    19 #include "vsddsw.h"
    20 #include "vsddvars.h"
    21 #include "graphdef.h"
    22 #include "smdefs.h"
    23 
    24 #include "midas.h"
    25 #include "instdsp.h"
    26 
    27 #include "stdio.h"
     10#include "all.h"
    2811
    2912#define LSPCH           2               /* pitch source scale factor */
     
    9679extern  int8_t  *vlbptr[3];             /* variable label pointers */
    9780
    98 extern  int8_t  idbuf[65];              /* display conversion work area */
     81extern  int8_t  idbuf[91];              /* display conversion work area */
    9982
    10083/*
     
    11331116        vsndpal(inspal);        /* set the palette */
    11341117}
     1118
Note: See TracChangeset for help on using the changeset viewer.