summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/score/score.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/score/score.h')
-rw-r--r--src/devices/cpu/score/score.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/score/score.h b/src/devices/cpu/score/score.h
index b8f8c1680cd..0760b3779a8 100644
--- a/src/devices/cpu/score/score.h
+++ b/src/devices/cpu/score/score.h
@@ -107,8 +107,8 @@ private:
void op_iform1b();
address_space_config m_program_config;
- address_space * m_program;
- memory_access_cache<2, 0, ENDIANNESS_LITTLE> *m_cache;
+ memory_access<32, 2, 0, ENDIANNESS_LITTLE>::cache m_cache;
+ memory_access<32, 2, 0, ENDIANNESS_LITTLE>::specific m_program;
// internal state
int m_icount;