summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/aicadsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/aicadsp.h')
-rw-r--r--src/devices/sound/aicadsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/aicadsp.h b/src/devices/sound/aicadsp.h
index 5820970e020..b7b38a27d03 100644
--- a/src/devices/sound/aicadsp.h
+++ b/src/devices/sound/aicadsp.h
@@ -14,8 +14,8 @@ struct AICADSP
void start();
//Config
- address_space *space;
- memory_access_cache<1, 0, ENDIANNESS_LITTLE> *cache;
+ memory_access<23, 1, 0, ENDIANNESS_LITTLE>::cache cache;
+ memory_access<23, 1, 0, ENDIANNESS_LITTLE>::specific space;
u32 RBP; //Ring buf pointer
u32 RBL; //Delay ram (Ring buffer) size in words