diff options
| author | 2014-05-16 00:23:36 -0400 | |
|---|---|---|
| committer | 2014-05-16 00:23:36 -0400 | |
| commit | ad49d481a8f3e53f18eb105a3add80a9546d1879 (patch) | |
| tree | cbe741794441309cd01ac50bb20237da125a4c59 /src/core/arm/interpreter/arminit.cpp | |
| parent | added missing skyeye mmu code (diff) | |
| download | yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar.gz yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar.xz yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.zip | |
added missing armcopro from skyeye
Diffstat (limited to 'src/core/arm/interpreter/arminit.cpp')
| -rw-r--r-- | src/core/arm/interpreter/arminit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/arm/interpreter/arminit.cpp b/src/core/arm/interpreter/arminit.cpp index a8aeecdea..817205ea0 100644 --- a/src/core/arm/interpreter/arminit.cpp +++ b/src/core/arm/interpreter/arminit.cpp | |||
| @@ -271,7 +271,7 @@ below line sould be in skyeye_mach_XXX.c 's XXX_mach_init function | |||
| 271 | 271 | ||
| 272 | /* Only initialse the coprocessor support once we | 272 | /* Only initialse the coprocessor support once we |
| 273 | know what kind of chip we are dealing with. */ | 273 | know what kind of chip we are dealing with. */ |
| 274 | //ARMul_CoProInit (state); Commented out /bunnei | 274 | ARMul_CoProInit (state); |
| 275 | 275 | ||
| 276 | } | 276 | } |
| 277 | 277 | ||
| @@ -318,7 +318,7 @@ ARMul_Reset (ARMul_State * state) | |||
| 318 | state->NumFcycles = 0; | 318 | state->NumFcycles = 0; |
| 319 | 319 | ||
| 320 | //fprintf(stderr,"armul_reset 3: state-> Cpsr 0x%x, Mode %d\n",state->Cpsr,state->Mode); | 320 | //fprintf(stderr,"armul_reset 3: state-> Cpsr 0x%x, Mode %d\n",state->Cpsr,state->Mode); |
| 321 | //mmu_reset (state); Commented out /bunnei | 321 | mmu_reset (state); |
| 322 | //fprintf(stderr,"armul_reset 4: state-> Cpsr 0x%x, Mode %d\n",state->Cpsr,state->Mode); | 322 | //fprintf(stderr,"armul_reset 4: state-> Cpsr 0x%x, Mode %d\n",state->Cpsr,state->Mode); |
| 323 | 323 | ||
| 324 | //mem_reset (state); /* move to memory/ram.c */ | 324 | //mem_reset (state); /* move to memory/ram.c */ |