summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m37710/m37710o2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m37710/m37710o2.cpp')
-rw-r--r--src/devices/cpu/m37710/m37710o2.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/cpu/m37710/m37710o2.cpp b/src/devices/cpu/m37710/m37710o2.cpp
new file mode 100644
index 00000000000..d92556b3207
--- /dev/null
+++ b/src/devices/cpu/m37710/m37710o2.cpp
@@ -0,0 +1,8 @@
+// license:BSD-3-Clause
+// copyright-holders:R. Belmont, Karl Stenerud, hap
+#include "emu.h"
+#include "debugger.h"
+#include "m37710cm.h"
+#include "m37710il.h"
+#define EXECUTION_MODE EXECUTION_MODE_M1X0
+#include "m37710op.h"