summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/sed1330.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/sed1330.h')
-rw-r--r--src/devices/video/sed1330.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/sed1330.h b/src/devices/video/sed1330.h
index 2baf3b011cd..c9bff82f578 100644
--- a/src/devices/video/sed1330.h
+++ b/src/devices/video/sed1330.h
@@ -94,7 +94,7 @@ private:
// address space configurations
const address_space_config m_space_config;
- memory_access_cache<0, 0, ENDIANNESS_LITTLE> *m_cache;
+ memory_access<16, 0, 0, ENDIANNESS_LITTLE>::cache m_cache;
inline uint8_t readbyte(offs_t address);
inline void writebyte(offs_t address, uint8_t m_data);