mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-22 07:32:00 +00:00
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__
|