summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51/axc51-core_dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs51/axc51-core_dasm.h')
-rw-r--r--src/devices/cpu/mcs51/axc51-core_dasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/mcs51/axc51-core_dasm.h b/src/devices/cpu/mcs51/axc51-core_dasm.h
index 222d3c1a16a..9eccdd921fd 100644
--- a/src/devices/cpu/mcs51/axc51-core_dasm.h
+++ b/src/devices/cpu/mcs51/axc51-core_dasm.h
@@ -23,6 +23,8 @@ public:
axc51core_disassembler();
virtual ~axc51core_disassembler() = default;
+ static const mem_info axc51core_names[];
+
protected:
virtual offs_t disassemble_op(std::ostream &stream, unsigned PC, offs_t pc, const data_buffer &opcodes, const data_buffer &params, uint8_t op) override;
};