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