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

    r5fa506d r6262b5c  
    1212#define DEBUGTK         0
    1313
    14 #include "stddefs.h"
    15 #include "graphdef.h"
    16 #include "biosdefs.h"
    17 #include "uartio.h"
    18 #include "vsdd.h"
    19 #include "hwdefs.h"
    20 #include "fields.h"
    21 #include "macros.h"
    22 #include "sclock.h"
    23 #include "scwheel.h"
    24 #include "timers.h"
    25 #include "score.h"
    26 #include "curpak.h"
    27 
    28 #include "midas.h"
     14#include "all.h"
    2915
    3016extern  uint16_t        setipl(uint16_t arg);
     
    227213#include "swrtab.h"             /* long swrtab[128]; */
    228214
    229 #include "memory.h"
    230 #include "strings.h"
    231 
    232215/*
    233216
     
    13631346        tyfiin = 0;                     /* ... */
    13641347}
     1348
Note: See TracChangeset for help on using the changeset viewer.