summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32010/tms32010.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32010/tms32010.h')
-rw-r--r--src/devices/cpu/tms32010/tms32010.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms32010/tms32010.h b/src/devices/cpu/tms32010/tms32010.h
index a9662ff75be..9185248dc27 100644
--- a/src/devices/cpu/tms32010/tms32010.h
+++ b/src/devices/cpu/tms32010/tms32010.h
@@ -109,7 +109,7 @@ private:
int m_addr_mask;
address_space *m_program;
- direct_read_data<-1> *m_direct;
+ memory_access_cache<1, -1, ENDIANNESS_LITTLE> *m_cache;
address_space *m_data;
address_space *m_io;