C64Lib.Memory.RamBytePointer.RamBytePointer C# (CSharp) Method

RamBytePointer() public method

public RamBytePointer ( RamBase memory ) : C64Lib.Memory.Base
memory C64Lib.Memory.Base.RamBase
return C64Lib.Memory.Base
        public RamBytePointer(RamBase memory)
        {
            _memory = memory;
        }

Same methods

RamBytePointer::RamBytePointer ( RamBase memory, int address ) : C64Lib.Memory.Base