diff options
Diffstat (limited to 'src/devices/machine/s3c2440.h')
-rw-r--r-- | src/devices/machine/s3c2440.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/s3c2440.h b/src/devices/machine/s3c2440.h index 40a92776c3f..9c3cfa9c337 100644 --- a/src/devices/machine/s3c2440.h +++ b/src/devices/machine/s3c2440.h @@ -607,8 +607,7 @@ private: required_device<arm7_cpu_device> m_cpu; required_device<palette_device> m_palette; required_device<screen_device> m_screen; - - memory_access_cache<2, 0, ENDIANNESS_LITTLE> *m_cache; + memory_access<24, 2, 0, ENDIANNESS_LITTLE>::cache m_cache; uint8_t m_steppingstone[4*1024]; memcon_t m_memcon; |