summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8xc196d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs96/i8xc196d.cpp')
-rw-r--r--src/devices/cpu/mcs96/i8xc196d.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/devices/cpu/mcs96/i8xc196d.cpp b/src/devices/cpu/mcs96/i8xc196d.cpp
new file mode 100644
index 00000000000..8d56aad09e7
--- /dev/null
+++ b/src/devices/cpu/mcs96/i8xc196d.cpp
@@ -0,0 +1,18 @@
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
+/***************************************************************************
+
+ i8xc196.h
+
+ MCS96, c196 branch, the enhanced 16 bits bus version
+
+***************************************************************************/
+
+#include "emu.h"
+#include "i8xc196d.h"
+
+i8xc196_disassembler::i8xc196_disassembler() : mcs96_disassembler(disasm_entries)
+{
+}
+
+#include "cpu/mcs96/i8xc196d.hxx"