ARM: Removed unnecessary and unused SkyEye MMU code.
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
This commit is contained in:
parent
3c823c0028
commit
818ba32746
22 changed files with 350 additions and 7767 deletions
|
@ -27,7 +27,6 @@ ARM_DynCom::ARM_DynCom() : ticks(0) {
|
|||
|
||||
ARMul_SelectProcessor(state.get(), ARM_v6_Prop | ARM_v5_Prop | ARM_v5e_Prop);
|
||||
state->lateabtSig = LOW;
|
||||
mmu_init(state);
|
||||
|
||||
// Reset the core to initial state
|
||||
ARMul_CoProInit(state.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue