CPU: Refactoring, implement LWC/SWC

This commit is contained in:
Connor McLaughlin
2019-09-22 02:06:47 +10:00
parent 2875a22987
commit 948ac50020
4 changed files with 248 additions and 200 deletions

View File

@ -103,6 +103,10 @@ private:
// write to cache control register
void WriteCacheControl(u32 value);
// read/write cop0 regs
u32 ReadCop0Reg(Cop0Reg reg);
void WriteCop0Reg(Cop0Reg reg, u32 value);
Bus* m_bus = nullptr;
// ticks the CPU has executed