summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/host.h
blob: a487644eeca0c2e37e3f930a6ec778ef3530eff5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*****************************************************************************/
/* host dependent types                                                      */

#pragma once

#ifndef __HOST_H__
#define __HOST_H__


/*#define BIGCASE*/

#include "cpuintrf.h"

typedef UINT8 BOOLEAN;

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

#endif /* __HOST_H__ */