summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m37710/m37710o3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m37710/m37710o3.cpp')
-rw-r--r--src/devices/cpu/m37710/m37710o3.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/cpu/m37710/m37710o3.cpp b/src/devices/cpu/m37710/m37710o3.cpp
new file mode 100644
index 00000000000..16e2084ec4a
--- /dev/null
+++ b/src/devices/cpu/m37710/m37710o3.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_M1X1
+#include "m37710op.h"