2016-02-11 21:42:40 +00:00
|
|
|
#include "OpCode.h"
|
2023-06-01 11:46:23 +00:00
|
|
|
#include <Windows.h>
|
2016-01-27 09:11:59 +00:00
|
|
|
|
|
|
|
extern UDWORD EleSpec[32], Indx[32];
|
|
|
|
|
|
|
|
extern p_func RSP_Opcode[64];
|
|
|
|
extern p_func RSP_RegImm[32];
|
|
|
|
extern p_func RSP_Special[64];
|
|
|
|
extern p_func RSP_Cop0[32];
|
|
|
|
extern p_func RSP_Cop2[32];
|
|
|
|
extern p_func RSP_Vector[64];
|
|
|
|
extern p_func RSP_Lc2[32];
|
|
|
|
extern p_func RSP_Sc2[32];
|
2023-06-01 11:46:23 +00:00
|
|
|
extern uint32_t *PrgCount, RSP_Running;
|
2016-01-27 09:11:59 +00:00
|
|
|
extern OPCODE RSPOpC;
|
|
|
|
|
|
|
|
void SetCPU(DWORD core);
|
2023-06-01 11:46:23 +00:00
|
|
|
void Build_RSP(void);
|
2016-03-20 16:12:13 +00:00
|
|
|
|
|
|
|
extern DWORD Mfc0Count, SemaphoreExit;
|