summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-11-28 17:37:24 +0000
committer smf- <smf-@users.noreply.github.com>2017-11-28 17:37:47 +0000
commit45cbbc5f0a097a6861e441b9b2db7123602c47bd (patch)
tree2192915bfccfc9c61269db0008f7c062df16bb58
parent5f889c46bf66cf049894e8303de43e9d09f35492 (diff)
fix TLCS870 disassembly (nw)
-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();