diff options
Diffstat (limited to 'src/devices/sound/ks0164.h')
-rw-r--r-- | src/devices/sound/ks0164.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ks0164.h b/src/devices/sound/ks0164.h index f99d4952aab..bb654c83cc4 100644 --- a/src/devices/sound/ks0164.h +++ b/src/devices/sound/ks0164.h @@ -42,7 +42,7 @@ private: address_space_config m_mem_config; sound_stream *m_stream; emu_timer *m_timer; - memory_access_cache<1, 0, ENDIANNESS_BIG> *m_mem_cache; + memory_access<23, 1, 0, ENDIANNESS_BIG>::cache m_mem_cache; u32 m_bank1_base, m_bank2_base; u16 m_bank1_select, m_bank2_select; |