C# Class Ypsilon.Emulation.Devices.Graphics.GraphicsAdapter

Implements the YPSILONTECH Graphics Adapter
Inheritance: ADevice, IMemoryInterface
Datei anzeigen Open project: ZaneDubya/YCPU

Public Methods

Method Description
Display ( int busIndex, List textures, IDisplayProvider renderer ) : void
Dispose ( ) : void
GetMemoryInterface ( ) : IMemoryInterface
GraphicsAdapter ( YBUS bus ) : System
this ( uint address ) : byte

Protected Methods

Method Description
Initialize ( ) : void
ReceiveMessage ( ushort param0, ushort param1 ) : ushort

Private Methods

Method Description
SetMode_LEM ( GraphicsMode mode, ushort param1 ) : void
SetMode_None ( ) : void
Update_LEM ( ) : void
Update_LEM_CHRRAM ( ) : void
Update_LEM_PALRAM ( ) : void

Method Details

Display() public method

public Display ( int busIndex, List textures, IDisplayProvider renderer ) : void
busIndex int
textures List
renderer IDisplayProvider
return void

Dispose() public method

public Dispose ( ) : void
return void

GetMemoryInterface() public method

public GetMemoryInterface ( ) : IMemoryInterface
return IMemoryInterface

GraphicsAdapter() public method

public GraphicsAdapter ( YBUS bus ) : System
bus Ypsilon.Emulation.Processor.YBUS
return System

Initialize() protected method

protected Initialize ( ) : void
return void

ReceiveMessage() protected method

protected ReceiveMessage ( ushort param0, ushort param1 ) : ushort
param0 ushort
param1 ushort
return ushort

this() public method

public this ( uint address ) : byte
address uint
return byte