summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/fr/fr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/fr/fr.h')
-rw-r--r--src/devices/cpu/fr/fr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/fr/fr.h b/src/devices/cpu/fr/fr.h
index 3e931cbff87..60e6eb8469f 100644
--- a/src/devices/cpu/fr/fr.h
+++ b/src/devices/cpu/fr/fr.h
@@ -43,8 +43,8 @@ protected:
private:
// address space
address_space_config m_space_config;
- address_space *m_space;
- memory_access_cache<2, 0, ENDIANNESS_BIG> *m_cache;
+ memory_access<24, 2, 0, ENDIANNESS_BIG>::cache m_cache;
+ memory_access<24, 2, 0, ENDIANNESS_BIG>::specific m_space;
// internal state
u32 m_regs[17]; // includes both SSP and USP