diff options
Diffstat (limited to 'src/mame/machine/bert.h')
-rw-r--r-- | src/mame/machine/bert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/bert.h b/src/mame/machine/bert.h index 628e8e8753e..410fbcf61c1 100644 --- a/src/mame/machine/bert.h +++ b/src/mame/machine/bert.h @@ -26,7 +26,7 @@ protected: private: required_address_space m_memory_space; - memory_access_cache<1, 0, ENDIANNESS_BIG> *m_memory; + memory_access<24, 1, 0, ENDIANNESS_BIG>::cache m_memory; u16 m_control; u16 m_history; |