summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/vt50/vt50.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/vt50/vt50.h')
-rw-r--r--src/devices/cpu/vt50/vt50.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/vt50/vt50.h b/src/devices/cpu/vt50/vt50.h
index fd73d1fd83e..e9d0b39b1bc 100644
--- a/src/devices/cpu/vt50/vt50.h
+++ b/src/devices/cpu/vt50/vt50.h
@@ -73,8 +73,8 @@ protected:
// address spaces
address_space_config m_rom_config;
address_space_config m_ram_config;
- memory_access_cache<0, 0, ENDIANNESS_LITTLE> *m_rom_cache;
- memory_access_cache<0, 0, ENDIANNESS_LITTLE> *m_ram_cache;
+ memory_access<10, 0, 0, ENDIANNESS_LITTLE>::cache m_rom_cache;
+ memory_access<11, 0, 0, ENDIANNESS_LITTLE>::cache m_ram_cache;
// device callbacks
devcb_write_line m_baud_9600_callback;