summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816o3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816o3.c')
-rw-r--r--src/devices/cpu/g65816/g65816o3.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/cpu/g65816/g65816o3.c b/src/devices/cpu/g65816/g65816o3.c
new file mode 100644
index 00000000000..24cdebf05b6
--- /dev/null
+++ b/src/devices/cpu/g65816/g65816o3.c
@@ -0,0 +1,8 @@
+// license:BSD-3-Clause
+// copyright-holders:Karl Stenerud
+#include "emu.h"
+#include "debugger.h"
+#include "g65816.h"
+#include "g65816cm.h"
+#define EXECUTION_MODE EXECUTION_MODE_M1X1
+#include "g65816op.h"