diff options
Diffstat (limited to 'src/devices/cpu/cr16b/cr16b.h')
-rw-r--r-- | src/devices/cpu/cr16b/cr16b.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/cr16b/cr16b.h b/src/devices/cpu/cr16b/cr16b.h index 09334dfeff9..a8028b03108 100644 --- a/src/devices/cpu/cr16b/cr16b.h +++ b/src/devices/cpu/cr16b/cr16b.h @@ -42,8 +42,8 @@ protected: private: // address space address_space_config m_space_config; - address_space *m_space; - memory_access_cache<1, 0, ENDIANNESS_LITTLE> *m_cache; + memory_access<21, 1, 0, ENDIANNESS_LITTLE>::cache m_cache; + memory_access<21, 1, 0, ENDIANNESS_LITTLE>::specific m_space; // internal state u16 m_regs[16]; |