summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60/v60.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/v60/v60.h')
-rw-r--r--src/devices/cpu/v60/v60.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/v60/v60.h b/src/devices/cpu/v60/v60.h
index 35c5843c487..0cb41bd18a8 100644
--- a/src/devices/cpu/v60/v60.h
+++ b/src/devices/cpu/v60/v60.h
@@ -163,6 +163,9 @@ private:
uint8_t m_irq_line;
uint8_t m_nmi_line;
address_space *m_program;
+ memory_access<32, 1, 0, ENDIANNESS_LITTLE>::cache m_cache16;
+ memory_access<32, 2, 0, ENDIANNESS_LITTLE>::cache m_cache32;
+
std::function<u8 (offs_t)> m_pr8;
std::function<u16 (offs_t)> m_pr16;
std::function<u32 (offs_t)> m_pr32;