C# Class Ypsilon.Emulation.Processor.Segment

A segment is a window into memory.
Show file Open project: ZaneDubya/YCPU Class Usage Examples

Public Properties

Property Type Description
Reference MemoryReferenceInfo
SegmentType SegmentIndex

Public Methods

Method Description
Segment ( SegmentIndex segmentType, YBUS bus, uint register ) : System
SetMemoryReference ( IMemoryInterface reference ) : void
ToString ( ) : string
this ( ushort i ) : byte

Private Methods

Method Description
RefreshMemoryReference ( ) : void

Method Details

Segment() public method

public Segment ( SegmentIndex segmentType, YBUS bus, uint register ) : System
segmentType SegmentIndex
bus YBUS
register uint
return System

SetMemoryReference() public method

public SetMemoryReference ( IMemoryInterface reference ) : void
reference IMemoryInterface
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( ushort i ) : byte
i ushort
return byte

Property Details

Reference public property

public MemoryReferenceInfo Reference
return MemoryReferenceInfo

SegmentType public property

public SegmentIndex SegmentType
return SegmentIndex