summaryrefslogtreecommitdiff
path: root/include/dolphin/dsp_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dolphin/dsp_regs.h')
-rw-r--r--include/dolphin/dsp_regs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dolphin/dsp_regs.h b/include/dolphin/dsp_regs.h
new file mode 100644
index 0000000..eee9376
--- /dev/null
+++ b/include/dolphin/dsp_regs.h
@@ -0,0 +1,9 @@
+#ifndef _DOLPHIN_DSP_REGS
+#define _DOLPHIN_DSP_REGS
+
+#include "types.h"
+
+vu16 __DSPRegs[32] : 0xCC005000;
+vu32 __AIRegs[8] : 0xCC006C00;
+
+#endif // _DOLPHIN_DSP_REGS