diff options
Diffstat (limited to 'src/devices/cpu/8x300/8x300.h')
-rw-r--r-- | src/devices/cpu/8x300/8x300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/8x300/8x300.h b/src/devices/cpu/8x300/8x300.h index aa62259ba1a..e3e3d68e7f6 100644 --- a/src/devices/cpu/8x300/8x300.h +++ b/src/devices/cpu/8x300/8x300.h @@ -72,7 +72,7 @@ protected: bool m_increment_pc; address_space *m_program; - direct_read_data<0> *m_direct; + memory_access_cache<1, 0, ENDIANNESS_BIG> *m_cache; address_space *m_io; uint16_t m_PC; // Program Counter |