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
|
@ -4467,7 +4467,7 @@ ARMul_Emulate26 (ARMul_State * state)
|
|||
}
|
||||
/* Drop through. */
|
||||
|
||||
case 0xe0:
|
||||
//case 0xe0:
|
||||
case 0xe4:
|
||||
case 0xe6:
|
||||
case 0xe8:
|
||||
|
@ -4502,6 +4502,7 @@ ARMul_Emulate26 (ARMul_State * state)
|
|||
|
||||
|
||||
/* Co-Processor Register Transfers (MRC) and Data Ops. */
|
||||
case 0xe0:
|
||||
case 0xe1:
|
||||
case 0xe3:
|
||||
case 0xe5:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue