summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8x9xd.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-11-29 08:50:34 +1100
committer Vas Crabb <vas@vastheman.com>2017-11-29 08:50:34 +1100
commitd556b01583d6b4f559263edb67f7383b9a24c7a3 (patch)
tree679f71cfbc1e50acb768c7b3bcd9315f581a59a9 /src/devices/cpu/mcs96/i8x9xd.cpp
parentd771f542271c363f2b5eee0e92b625a0d568058d (diff)
parent45cbbc5f0a097a6861e441b9b2db7123602c47bd (diff)
Merge branch 'master' into release0192
Diffstat (limited to 'src/devices/cpu/mcs96/i8x9xd.cpp')
-rw-r--r--src/devices/cpu/mcs96/i8x9xd.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/cpu/mcs96/i8x9xd.cpp b/src/devices/cpu/mcs96/i8x9xd.cpp
new file mode 100644
index 00000000000..40b66d9d492
--- /dev/null
+++ b/src/devices/cpu/mcs96/i8x9xd.cpp
@@ -0,0 +1,19 @@
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
+/***************************************************************************
+
+ i8x9x.h
+
+ MCS96, 8x9x branch, the original version
+
+***************************************************************************/
+
+#include "emu.h"
+#include "i8x9xd.h"
+
+i8x9x_disassembler::i8x9x_disassembler() : mcs96_disassembler(disasm_entries)
+{
+}
+
+#include "cpu/mcs96/i8x9xd.hxx"
+