Exemplo n.º 1
0
 public VMemStream(MipsR4300Core core)
 {
     m_Core     = core;
     m_Cp0Regs  = core.State.CP0Regs;
     m_TLBCache = new TLBCache(core.State);
     SetupOperations(false);
 }
Exemplo n.º 2
0
 public TLBMapStream(TLBCache tlbCache, Int64 length)
 {
     m_TLBCache = tlbCache;
     m_Length   = length;
 }