summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m37710/m37710.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m37710/m37710.h')
-rw-r--r--src/devices/cpu/m37710/m37710.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m37710/m37710.h b/src/devices/cpu/m37710/m37710.h
index 5ddac905305..1ff34d91336 100644
--- a/src/devices/cpu/m37710/m37710.h
+++ b/src/devices/cpu/m37710/m37710.h
@@ -270,8 +270,8 @@ private:
int m_ICount; /* cycle count */
uint32_t m_source; /* temp register */
uint32_t m_destination; /* temp register */
- address_space *m_program;
- memory_access_cache<1, 0, ENDIANNESS_LITTLE> *m_cache;
+ memory_access<24, 1, 0, ENDIANNESS_LITTLE>::cache m_cache;
+ memory_access<24, 1, 0, ENDIANNESS_LITTLE>::specific m_program;
uint32_t m_stopped; /* Sets how the CPU is stopped */
// ports