summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/cpu/v30mz/nechost.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/cpu/v30mz/nechost.h')
-rw-r--r--trunk/src/emu/cpu/v30mz/nechost.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/src/emu/cpu/v30mz/nechost.h b/trunk/src/emu/cpu/v30mz/nechost.h
new file mode 100644
index 00000000000..042d880c89d
--- /dev/null
+++ b/trunk/src/emu/cpu/v30mz/nechost.h
@@ -0,0 +1,11 @@
+/*****************************************************************************/
+/* host dependent types */
+
+#define BIGCASE
+
+
+typedef char BOOLEAN;
+
+typedef UINT8 BYTE;
+typedef UINT16 WORD;
+typedef UINT32 DWORD;