From 9fa0a7f1da1b70bee995f53c6c96c43189018772 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 1 Feb 2023 18:45:02 -0400 Subject: global: Import Dolphin SDK This version comes from the Metroid Prime decompilation project. https://github.com/PrimeDecomp/prime --- include/dolphin/dsp_regs.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/dolphin/dsp_regs.h (limited to 'include/dolphin/dsp_regs.h') 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 -- cgit v1.2.3-13-gbd6f