Parent Directory
|
Revision Log
|
Patch
--- trunk/pcsx2/R3000A.h 2010/09/07 03:24:11 31 +++ trunk/pcsx2/R3000A.h 2010/09/07 11:08:22 62 @@ -117,9 +117,9 @@ extern __aligned16 psxRegisters psxRegs; -extern u32 g_psxNextBranchCycle; -extern s32 psxBreak; // used when the IOP execution is broken and control returned to the EE -extern s32 psxCycleEE; // tracks IOP's current sych status with the EE +extern u32 g_iopNextEventCycle; +extern s32 iopBreak; // used when the IOP execution is broken and control returned to the EE +extern s32 iopCycleEE; // tracks IOP's current sych status with the EE #ifndef _PC_ @@ -172,7 +172,7 @@ extern s32 psxNextCounter; extern u32 psxNextsCounter; -extern bool iopBranchAction; +extern bool iopEventAction; extern bool iopEventTestIsActive; // Branching status used when throwing exceptions. @@ -196,7 +196,7 @@ extern void psxReset(); extern void __fastcall psxException(u32 code, u32 step); -extern void psxBranchTest(); +extern void iopEventTest(); extern void psxMemReset(); // Subsets
ViewVC Help | |
Powered by ViewVC 1.1.22 |