summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/i86/host.h')
-rw-r--r--src/emu/cpu/i86/host.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/emu/cpu/i86/host.h b/src/emu/cpu/i86/host.h
new file mode 100644
index 00000000000..d19042c7e28
--- /dev/null
+++ b/src/emu/cpu/i86/host.h
@@ -0,0 +1,12 @@
+/*****************************************************************************/
+/* host dependent types */
+
+/*#define BIGCASE*/
+
+#include "cpuintrf.h"
+
+typedef UINT8 BOOLEAN;
+
+typedef UINT8 BYTE;
+typedef UINT16 WORD;
+typedef UINT32 DWORD;