1 #ifndef __P_SPU_C64X_H__
2 #define __P_SPU_C64X_H__
4 #define COMPONENT_NAME "pcsxr_spu"
12 unsigned char spu_ram[512 * 1024];
14 // careful not to lose ARM writes by DSP overwriting
15 // with old data when it's writing out neighbor cachelines
16 int _pad1[128/4 - ((SB_SIZE * 24) & (128/4 - 1))];
18 // these are not to be modified by DSP
19 SPUCHAN s_chan[24 + 1];
23 int _pad2[128/4 - ((sizeof(struct spu_in) / 4) & (128/4 - 1))];
24 struct spu_worker worker;
26 int sizeof_region_mem;
28 int offsetof_spos_3_20;
33 #endif /* __P_SPU_C64X_H__ */