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

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

typedef unsigned char UBYTE;
typedef signed char BYTE;

typedef unsigned short UWORD;
typedef short WORD;

typedef unsigned long ULONG;
typedef long LONG;

typedef ULONG CPTR;
/* comment this in if you are using something like gcc 2.5.8
typedef char bool;

const bool true = 1;
const bool false = 0;

*/



unix.superglobalmegacorp.com

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