MMIO: Port the EXI MMIOs to the new interface.

This commit is contained in:
Pierre Bourdon
2014-01-25 23:02:29 +01:00
parent 353c145e64
commit bdedaa24a9
6 changed files with 145 additions and 191 deletions

View File

@ -38,11 +38,11 @@ namespace HW
VideoInterface::Init();
SerialInterface::Init();
ProcessorInterface::Init();
ExpansionInterface::Init(); // Needs to be initialized before Memory
Memory::Init();
DSP::Init(SConfig::GetInstance().m_LocalCoreStartupParameter.bDSPHLE);
DVDInterface::Init();
GPFifo::Init();
ExpansionInterface::Init();
CCPU::Init(SConfig::GetInstance().m_LocalCoreStartupParameter.iCPUCore);
SystemTimers::Init();