moved HLE::MRC to its own module, added support for catching data synchronization barrier command
This commit is contained in:
parent
6151e26958
commit
cb0663de51
9 changed files with 66 additions and 13 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
//#include "ansidecl.h"
|
||||
#include "skyeye_defs.h"
|
||||
#include "core/hle/hle.h"
|
||||
#include "core/hle/mrc.h"
|
||||
#include "core/arm/disassembler/arm_disasm.h"
|
||||
|
||||
unsigned xscale_cp15_cp_access_allowed (ARMul_State * state, unsigned reg,
|
||||
|
@ -738,7 +738,8 @@ ARMword
|
|||
ARMul_MRC (ARMul_State * state, ARMword instr)
|
||||
{
|
||||
unsigned cpab;
|
||||
ARMword result = HLE::CallGetThreadCommandBuffer();
|
||||
|
||||
ARMword result = HLE::CallMRC((HLE::ARM11_MRC_OPERATION)BITS(20, 27));
|
||||
|
||||
////printf("SKYEYE ARMul_MRC, CPnum is %x, instr %x\n",CPNum, instr);
|
||||
//if (!CP_ACCESS_ALLOWED (state, CPNum)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue