summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32082/tms32082.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32082/tms32082.h')
-rw-r--r--src/devices/cpu/tms32082/tms32082.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/tms32082/tms32082.h b/src/devices/cpu/tms32082/tms32082.h
index c4d7a32963c..d281ac0eb78 100644
--- a/src/devices/cpu/tms32082/tms32082.h
+++ b/src/devices/cpu/tms32082/tms32082.h
@@ -131,7 +131,7 @@ protected:
int m_icount;
address_space *m_program;
- direct_read_data<0> * m_direct;
+ memory_access_cache<2, 0, ENDIANNESS_BIG> * m_cache;
write32_delegate m_cmd_callback;
@@ -191,7 +191,7 @@ protected:
int m_icount;
address_space *m_program;
- direct_read_data<0> * m_direct;
+ memory_access_cache<2, 0, ENDIANNESS_BIG> * m_cache;
};