project64/Source/Project64-rsp/Cpu.h

21 lines
461 B
C
Raw Normal View History

2016-02-11 21:42:40 +00:00
#include "OpCode.h"
#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];
extern uint32_t *PrgCount, RSP_Running;
2016-01-27 09:11:59 +00:00
extern OPCODE RSPOpC;
void SetCPU(DWORD core);
void Build_RSP(void);
extern DWORD Mfc0Count, SemaphoreExit;