Пример #1
0
 public VMemStream(MipsR4300Core core)
 {
     m_Core = core;
     m_Cp0Regs = core.State.CP0Regs;
     m_TLBCache = new TLBCache(core.State);
     SetupOperations(false);
 }
Пример #2
0
 public TLBMapStream(TLBCache tlbCache, Int64 length)
 {
     m_TLBCache = tlbCache;
     m_Length = length;
 }