summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/s2650/s2650.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/s2650/s2650.h')
-rw-r--r--src/devices/cpu/s2650/s2650.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/s2650/s2650.h b/src/devices/cpu/s2650/s2650.h
index 1524f1d9e30..fd0a7d29286 100644
--- a/src/devices/cpu/s2650/s2650.h
+++ b/src/devices/cpu/s2650/s2650.h
@@ -95,7 +95,7 @@ private:
uint8_t m_irq_state;
int m_icount;
- direct_read_data<0> *m_direct;
+ memory_access_cache<0, 0, ENDIANNESS_LITTLE> *m_cache;
// For debugger
uint16_t m_debugger_temp;