mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Fix formatting.
This commit is contained in:
parent
e5c3e50408
commit
c53cd5245e
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ CTestVm::CTestVm()
|
|||
m_cpu.m_pMemoryMap->InsertReadMap(0x00000000, 0x00003FFF, m_vuMem, 0x00);
|
||||
|
||||
m_cpu.m_pMemoryMap->InsertWriteMap(0x00000000, 0x00003FFF, m_vuMem, 0x00);
|
||||
m_cpu.m_pMemoryMap->InsertWriteMap(0x00008000, 0x00008FFF, [this](uint32 address, uint32 value) { return IoPortWriteHandler(address, value); }, 0x01);
|
||||
m_cpu.m_pMemoryMap->InsertWriteMap(
|
||||
0x00008000, 0x00008FFF, [this](uint32 address, uint32 value) { return IoPortWriteHandler(address, value); }, 0x01);
|
||||
|
||||
m_cpu.m_pMemoryMap->InsertInstructionMap(0x00000000, 0x00003FFF, m_microMem, 0x01);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue