mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
- Implemented ARM9Interpreter & ARM9DisAsm.
- Implemented MemoryBlockLE & DynamicMemoryBlockLE. - Implemented CPUDecoder.
This commit is contained in:
parent
0b35be32a4
commit
6b22e7d90a
31 changed files with 475 additions and 177 deletions
7
rpcs3/Emu/Cell/PPCDecoder.cpp
Normal file
7
rpcs3/Emu/Cell/PPCDecoder.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "stdafx.h"
|
||||
#include "PPCDecoder.h"
|
||||
|
||||
void PPCDecoder::DecodeMemory(const u64 address)
|
||||
{
|
||||
Decode(Memory.Read32(address));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue