aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_c64x.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/spu_c64x.h')
-rw-r--r--plugins/dfsound/spu_c64x.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/dfsound/spu_c64x.h b/plugins/dfsound/spu_c64x.h
new file mode 100644
index 0000000..ba2a4c3
--- /dev/null
+++ b/plugins/dfsound/spu_c64x.h
@@ -0,0 +1,9 @@
+
+struct region_mem {
+ unsigned char spu_ram[512 * 1024];
+ int RVB[NSSIZE * 2];
+ int SSumLR[NSSIZE * 2];
+ SPUCHAN s_chan[24 + 1];
+ struct spu_worker worker;
+};
+