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