summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816o1.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-09-13 08:41:44 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-09-13 08:41:44 +0200
commitf88cefad27a1737c76e09d99c9fb43e173506081 (patch)
tree2d8167d03579c46e226471747eb4407bd00ed6fa /src/devices/cpu/g65816/g65816o1.c
parente92ac9e0fa8e99869894bea00589bbb526be30aa (diff)
Move all devices into separate part of src tree (nw)
Diffstat (limited to 'src/devices/cpu/g65816/g65816o1.c')
-rw-r--r--src/devices/cpu/g65816/g65816o1.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/cpu/g65816/g65816o1.c b/src/devices/cpu/g65816/g65816o1.c
new file mode 100644
index 00000000000..4b277c9abf2
--- /dev/null
+++ b/src/devices/cpu/g65816/g65816o1.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_M0X1
+#include "g65816op.h"