aboutsummaryrefslogtreecommitdiff
path: root/SrcShared/UAE/UAE.h
blob: 83307a720105d43ccac558fb5df3351ffc2cf8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef UAE_h
#define UAE_h

#include "sysconfig.h"		// (should really be included by sysdeps.h ...)
#include "sysdeps.h"		// uae_u8, uae_u16, uae_u32, etc.
#include "config.h"
#include "options.h"
#include "machdep_m68k.h"
#include "memory_cpu.h"
#include "custom.h"
#include "readcpu.h"
#include "newcpu.h"
#include "compiler.h"
#include "cputbl.h"

// sysdeps.h brings in assert.h.  However,
// we don't want to use assert in our application
// so undef it.  Use EmAssert instead.
#undef assert

#endif /* UAE_h */