summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8x9xd.cpp
diff options
context:
space:
mode:
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"
+