summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs870/tlcs870d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tlcs870/tlcs870d.cpp')
-rw-r--r--src/devices/cpu/tlcs870/tlcs870d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/tlcs870/tlcs870d.cpp b/src/devices/cpu/tlcs870/tlcs870d.cpp
index 3c3448863c2..0017caab950 100644
--- a/src/devices/cpu/tlcs870/tlcs870d.cpp
+++ b/src/devices/cpu/tlcs870/tlcs870d.cpp
@@ -2241,6 +2241,7 @@ void tlcs870_disassembler::disassemble_param(std::ostream &stream, offs_t pc, co
offs_t tlcs870_disassembler::disassemble(std::ostream &stream, offs_t pc, const data_buffer &opcodes, const data_buffer &params)
{
m_addr = pc;
+ m_opcodes = &opcodes;
decode();