summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3c2400.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s3c2400.h')
-rw-r--r--src/devices/machine/s3c2400.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/s3c2400.h b/src/devices/machine/s3c2400.h
index 8ffff4968ff..6c5bdf4d40f 100644
--- a/src/devices/machine/s3c2400.h
+++ b/src/devices/machine/s3c2400.h
@@ -454,8 +454,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;
memcon_t m_memcon;
usbhost_t m_usbhost;