prime/include/dolphin/dsp_regs.h

10 lines
166 B
C
Raw Normal View History

#ifndef _DOLPHIN_DSP_REGS
#define _DOLPHIN_DSP_REGS
2022-04-30 08:32:00 +00:00
#include "types.h"
vu16 __DSPRegs[32] : 0xCC005000;
2022-09-18 06:05:46 +00:00
vu32 __AIRegs[8] : 0xCC006C00;
2022-04-30 08:32:00 +00:00
#endif // _DOLPHIN_DSP_REGS