summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8s2600d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8s2600d.cpp')
-rw-r--r--src/devices/cpu/h8/h8s2600d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8s2600d.cpp b/src/devices/cpu/h8/h8s2600d.cpp
index 7e55784bed0..038d8525e3c 100644
--- a/src/devices/cpu/h8/h8s2600d.cpp
+++ b/src/devices/cpu/h8/h8s2600d.cpp
@@ -12,6 +12,6 @@
#include "h8s2600d.h"
#include "cpu/h8/h8s2600d.hxx"
-h8s2600_disassembler::h8s2600_disassembler() : h8_disassembler(disasm_entries)
+h8s2600_disassembler::h8s2600_disassembler() : h8_disassembler(disasm_entries, true)
{
}