summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8s2000d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8s2000d.cpp')
-rw-r--r--src/devices/cpu/h8/h8s2000d.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h8s2000d.cpp b/src/devices/cpu/h8/h8s2000d.cpp
new file mode 100644
index 00000000000..1e0b3830f53
--- /dev/null
+++ b/src/devices/cpu/h8/h8s2000d.cpp
@@ -0,0 +1,17 @@
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
+/***************************************************************************
+
+ h8d.h
+
+ H8S-2000 base cpu emulation, disassembler
+
+***************************************************************************/
+
+#include "emu.h"
+#include "h8s2000d.h"
+#include "cpu/h8/h8s2000d.hxx"
+
+h8s2000_disassembler::h8s2000_disassembler() : h8_disassembler(disasm_entries)
+{
+}