diff options
author | 2020-01-27 19:26:26 -0500 | |
---|---|---|
committer | 2020-01-27 19:26:26 -0500 | |
commit | 93cb850ad79a7af7005e413f26efeb0941bf7d96 (patch) | |
tree | 473f3658a861fdb7542576ee507d2d4582e222c5 /src/devices/machine/s3c2410.h | |
parent | f7d8a10da53e07747ab4f11d5c7b4827869e5763 (diff) |
s3c24xx, s3c44b0: Replace get_read_ptr with memory_access_cache (nw)
Diffstat (limited to 'src/devices/machine/s3c2410.h')
-rw-r--r-- | src/devices/machine/s3c2410.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/s3c2410.h b/src/devices/machine/s3c2410.h index 8094c109128..dd87eba239f 100644 --- a/src/devices/machine/s3c2410.h +++ b/src/devices/machine/s3c2410.h @@ -563,6 +563,8 @@ private: required_device<palette_device> m_palette; required_device<screen_device> m_screen; + memory_access_cache<2, 0, ENDIANNESS_LITTLE> *m_cache; + uint8_t m_steppingstone[4*1024]; memcon_t m_memcon; usbhost_t m_usbhost; |