mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +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
|
|
@ -87,8 +87,3 @@ void SPUThread::DoStop()
|
|||
delete m_dec;
|
||||
m_dec = 0;
|
||||
}
|
||||
|
||||
void SPUThread::DoCode()
|
||||
{
|
||||
m_dec->Decode(Memory.Read32(m_offset + PC));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue