summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/t11/t11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/t11/t11.h')
-rw-r--r--src/devices/cpu/t11/t11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/t11/t11.h b/src/devices/cpu/t11/t11.h
index 1b547c4cc92..27f1177b03f 100644
--- a/src/devices/cpu/t11/t11.h
+++ b/src/devices/cpu/t11/t11.h
@@ -80,7 +80,7 @@ protected:
uint8_t m_irq_state;
int m_icount;
address_space *m_program;
- direct_read_data *m_direct;
+ direct_read_data<0> *m_direct;
devcb_write_line m_out_reset_func;
inline int ROPCODE();