summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tms1k_dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms1000/tms1k_dasm.h')
-rw-r--r--src/devices/cpu/tms1000/tms1k_dasm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/tms1000/tms1k_dasm.h b/src/devices/cpu/tms1000/tms1k_dasm.h
index 64e9e6f5082..18aad27fe1a 100644
--- a/src/devices/cpu/tms1000/tms1k_dasm.h
+++ b/src/devices/cpu/tms1000/tms1k_dasm.h
@@ -52,6 +52,9 @@ protected:
const u8 *m_lut_mnemonic;
bool m_opcode_9bits;
int m_pc_bits;
+
+ std::unique_ptr<u8[]> m_l2r;
+ std::unique_ptr<u8[]> m_r2l;
};
class tms1000_disassembler : public tms1000_base_disassembler