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