File:  [UNIX Amiga Emulator] / uae / include / amiga.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:37:54 2018 UTC (8 years, 2 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae004, HEAD
uae-0.4

 /* 
  * UAE - The Un*x Amiga Emulator
  *
  * global definitions
  * 
  * (c) 1995 Bernd Schmidt
  */

typedef unsigned char UBYTE;
typedef signed char BYTE;

typedef unsigned short UWORD;
typedef short WORD;

#ifdef __alpha
typedef unsigned int ULONG;
typedef int LONG;
#else
typedef unsigned long ULONG;
typedef long LONG;
#endif
typedef ULONG CPTR;

typedef char bool;

#define true 1
#define false 0

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.