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

    r5fa506d r6262b5c  
    1414#define PATCHDEF                        /* so patch.h gets it right */
    1515
    16 #include "stddefs.h"
    17 #include "graphdef.h"
    18 #include "hwdefs.h"
    19 #include "patch.h"
    20 #include "vsdd.h"
    21 #include "wordq.h"
    22 
    23 #include "midas.h"
    24 #include "ptdisp.h"
    25 
    26 #include "memory.h"
     16#include "all.h"
    2717
    2818extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr);
     
    11581148        }
    11591149}
     1150
Note: See TracChangeset for help on using the changeset viewer.