mirror of https://github.com/PrimeDecomp/prime.git
9 lines
126 B
C
9 lines
126 B
C
|
#ifndef __DSP_REGS_H__
|
||
|
#define __DSP_REGS_H__
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
vu16 __DSPRegs[32] : 0xCC005000;
|
||
|
|
||
|
#endif // __DSP_REGS_H__
|