summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-08-30 14:41:11 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-08-30 14:41:11 +0200
commitab8f969618f372f22caa8aab3b2fa4637962235e (patch)
tree39ce476f46b7658502a382e5e495823fad3afc75 /src/emu/cpu
parent35ab28d865cad0c9c7f330b74c80ead1cc663162 (diff)
fixed compile (nw)
Diffstat (limited to 'src/emu/cpu')
-rw-r--r--src/emu/cpu/t11/t11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/t11/t11.h b/src/emu/cpu/t11/t11.h
index c5044a7ad96..45c4ca86c5f 100644
--- a/src/emu/cpu/t11/t11.h
+++ b/src/emu/cpu/t11/t11.h
@@ -66,7 +66,7 @@ protected:
virtual UINT32 disasm_max_opcode_bytes() const { return 6; }
virtual offs_t disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options);
-private:
+protected:
address_space_config m_program_config;
UINT16 c_initial_mode;