diff options
Diffstat (limited to 'src/devices/cpu/nec/v25.h')
-rw-r--r-- | src/devices/cpu/nec/v25.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/nec/v25.h b/src/devices/cpu/nec/v25.h index 8d37752c85d..e3cf7e9a80b 100644 --- a/src/devices/cpu/nec/v25.h +++ b/src/devices/cpu/nec/v25.h @@ -78,6 +78,9 @@ private: address_space_config m_data_config; address_space_config m_io_config; + memory_access<20, 0, 0, ENDIANNESS_LITTLE>::cache m_cache8; + memory_access<20, 1, 0, ENDIANNESS_LITTLE>::cache m_cache16; + /* internal RAM and register banks */ required_shared_ptr<uint16_t> m_internal_ram; |