diff options
author | 2015-08-30 14:41:11 +0200 | |
---|---|---|
committer | 2015-08-30 14:41:11 +0200 | |
commit | ab8f969618f372f22caa8aab3b2fa4637962235e (patch) | |
tree | 39ce476f46b7658502a382e5e495823fad3afc75 /src/emu/cpu | |
parent | 35ab28d865cad0c9c7f330b74c80ead1cc663162 (diff) |
fixed compile (nw)
Diffstat (limited to 'src/emu/cpu')
-rw-r--r-- | src/emu/cpu/t11/t11.h | 2 |
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; |