aboutsummaryrefslogtreecommitdiff
path: root/SrcShared/UAE/options.h
blob: be229fc128ede0aaa42eb5a790f2b4d05ae7483c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 /*
  * UAE - The Un*x Amiga Emulator
  *
  * Stuff
  *
  * Copyright 1995, 1996 Ed Hanway
  * Copyright 1995-98 Bernd Schmidt
  */

#ifdef __cplusplus
extern "C" {
#endif

#define UAEMAJOR 0
#define UAEMINOR 8
#define UAESUBREV 10


/*
 * You can specify numbers from 0 to 5 here. It is possible that higher
 * numbers will make the CPU emulation slightly faster, but if the setting
 * is too high, you will run out of memory while compiling.
 * Best to leave this as it is.
 */
#define CPU_EMU_SIZE 0

#ifdef __cplusplus
}
#endif