summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/lc8670/lc8670.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/lc8670/lc8670.cpp')
-rw-r--r--src/devices/cpu/lc8670/lc8670.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/cpu/lc8670/lc8670.cpp b/src/devices/cpu/lc8670/lc8670.cpp
index c78a0acd4c8..e93c134cab5 100644
--- a/src/devices/cpu/lc8670/lc8670.cpp
+++ b/src/devices/cpu/lc8670/lc8670.cpp
@@ -18,6 +18,7 @@
#include "emu.h"
#include "debugger.h"
#include "lc8670.h"
+#include "lc8670dsm.h"
//***************************************************************************
// DEBUGGING
@@ -1777,3 +1778,8 @@ int lc8670_cpu_device::op_xor()
return 1;
}
+
+util::disasm_interface *lc8670_cpu_device::create_disassembler()
+{
+ return new lc8670_disassembler;
+}