diff options
Diffstat (limited to 'src/devices/sound/aica.h')
-rw-r--r-- | src/devices/sound/aica.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/aica.h b/src/devices/sound/aica.h index 0f2c33d4355..7c5597b5aa6 100644 --- a/src/devices/sound/aica.h +++ b/src/devices/sound/aica.h @@ -147,8 +147,8 @@ private: u16 m_EFSPAN[0x48]; AICA_SLOT m_Slots[64]; - address_space *m_data; - memory_access_cache<1, 0, ENDIANNESS_LITTLE> *m_cache; + memory_access<23, 1, 0, ENDIANNESS_LITTLE>::cache m_cache; + memory_access<23, 1, 0, ENDIANNESS_LITTLE>::specific m_data; sound_stream * m_stream; u32 m_IrqTimA; |