|
|
1.1 root 1: /*
2: * UAE - The Unusable Amiga Emulator
3: *
4: * global definitions
5: *
6: * (c) 1995 Bernd Schmidt
7: */
8:
9: typedef unsigned char UBYTE;
10: typedef signed char BYTE;
11:
12: typedef unsigned short UWORD;
13: typedef short WORD;
14:
15: typedef unsigned long ULONG;
16: typedef long LONG;
17:
18: typedef ULONG CPTR;
19: /* comment this in if you are using something like gcc 2.5.8
20: typedef char bool;
21:
22: const bool true = 1;
23: const bool false = 0;
24:
25: */
26:
27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.