diff options
Diffstat (limited to 'src/devices/cpu/t11/t11.h')
-rw-r--r-- | src/devices/cpu/t11/t11.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/t11/t11.h b/src/devices/cpu/t11/t11.h index 2b54933ba94..ff63ef311fe 100644 --- a/src/devices/cpu/t11/t11.h +++ b/src/devices/cpu/t11/t11.h @@ -93,8 +93,8 @@ protected: bool m_power_fail; bool m_ext_halt; int m_icount; - address_space *m_program; - memory_access_cache<1, 0, ENDIANNESS_LITTLE> *m_cache; + memory_access<16, 1, 0, ENDIANNESS_LITTLE>::cache m_cache; + memory_access<16, 1, 0, ENDIANNESS_LITTLE>::specific m_program; devcb_write_line m_out_reset_func; devcb_read8 m_in_iack_func; |