project64/Source/Project64-rsp-core/cpu/RSPCpu.h

15 lines
249 B
C
Raw Normal View History

#pragma once
#include "RSPOpcode.h"
2023-09-28 02:22:06 +00:00
#include "RSPRegisterHandlerPlugin.h"
#include "RspTypes.h"
2023-09-28 02:22:06 +00:00
#include <memory>
extern UDWORD EleSpec[16], Indx[16];
2016-01-27 09:11:59 +00:00
2024-08-22 08:02:05 +00:00
extern uint32_t RSP_Running;
2016-01-27 09:11:59 +00:00
void Build_RSP(void);
extern uint32_t Mfc0Count, SemaphoreExit;