diff options
Diffstat (limited to 'src/devices/machine/s3c44b0.h')
-rw-r--r-- | src/devices/machine/s3c44b0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s3c44b0.h b/src/devices/machine/s3c44b0.h index bebddc710ac..89dfa020920 100644 --- a/src/devices/machine/s3c44b0.h +++ b/src/devices/machine/s3c44b0.h @@ -600,7 +600,7 @@ private: devcb_read32 m_data_r_cb; devcb_write16 m_data_w_cb; - memory_access_cache<2, 0, ENDIANNESS_LITTLE> *m_cache; + memory_access<32, 2, 0, ENDIANNESS_LITTLE>::cache m_cache; }; DECLARE_DEVICE_TYPE(S3C44B0, s3c44b0_device) |