summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/host.h
blob: c31cd8b20c182a08382ab84d3560e91395976161 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*****************************************************************************/
/* host dependent types                                                      */


/*#define BIGCASE*/


typedef UINT8 BOOLEAN;

typedef UINT8 BYTE;
typedef UINT16 WORD;
typedef UINT32 DWORD;